-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ENH/MAINT: CNN regionalization, smash.Net.add()
is deprecated
#255
Conversation
@inoelloc Hello,
|
Hi, thanks. ok ok pour tout ca. J'aimerais finaliser les PR en cours avant de merge tout ca ^^" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Voila pas grand chose finalement. Je suis quand meme partant pour qu'en discute un peu ;)
smash.Net.add()
is deprecated and replaced by multiple addition functions:add_conv2d
,add_dense
,add_scale
,... The activation layer is now added by passing an argument into a trainable layer.smash.Net()
combining Dense and Conv2D layers.Important notes:
https://github.com/nghi-truyen/test-smash-net