-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRM net #3
Comments
Thanks for suggestions! We will work on it later. |
Hi, thank you for sharing your work! When training SRMNet on ImageNet, I found it useful not to apply weight decay on SRM parameters. Since SRM module learns to how to utilize mean and std statistics, it is better not to impose weight decay regularization. You can refer to and @EvgenyKashin thanks for your interest in our work and sharing your implementation! |
@hyunjaelee410 it is very cool insight about weight decay. Thank you for sharing official implementation of your work! |
@implus |
Hi, cool repository! Can you consider adding to comparison SRM net from "SRM : A Style-based Recalibration Module for Convolutional Neural Networks" (https://arxiv.org/abs/1903.10829) which looks very promising. You can use SRM block implementation from this repository https://github.com/EvgenyKashin/SRMnet
The text was updated successfully, but these errors were encountered: