Neutone / neutone_sdk

Join the community on Discord for more discussions around Neutone! https://discord.gg/VHSMzb8Wqp
GNU Lesser General Public License v2.1
465 stars 21 forks source link

Adding Gated Convolutional Network (GCN) #61

Closed francescopapaleo closed 9 months ago

francescopapaleo commented 9 months ago

Adding a base class for the GCN network with an example on how to wrap a pre-trained model

francescopapaleo commented 9 months ago

@bogdanteleaga and @christhetree : what do you think about this?

bogdanteleaga commented 9 months ago

Thank you Francesco!

I have a couple of thoughts on this:

francescopapaleo commented 9 months ago
christhetree commented 9 months ago

Just left two quick comments, one about adding type hints to every parameter everywhere. Otherwise looks great thanks for the work!

bogdanteleaga commented 9 months ago

LGTM, can you add a link in the README that points to your notebook for the GCN?

francescopapaleo commented 9 months ago

Type hints should be ok now and I've added a link to the demo notebook in the README.md file. Thank you for your help!

bogdanteleaga commented 9 months ago

Thank you! Looks good to me, should we merge @christhetree ?

christhetree commented 9 months ago

LGTM