Skip to content
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

Open
EvgenyKashin opened this issue May 28, 2019 · 4 comments
Open

SRM net #3

EvgenyKashin opened this issue May 28, 2019 · 4 comments

Comments

@EvgenyKashin
Copy link

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

@implus
Copy link
Owner

implus commented May 28, 2019

Thanks for suggestions! We will work on it later.

@hyunjaelee410
Copy link

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
https://github.com/hyunjaelee410/style-based-recalibration-module/blob/master/imagenet.py#L327
https://github.com/hyunjaelee410/style-based-recalibration-module/blob/master/models/recalibration_modules.py#L17-L19

and @EvgenyKashin thanks for your interest in our work and sharing your implementation!

@EvgenyKashin
Copy link
Author

@hyunjaelee410 it is very cool insight about weight decay. Thank you for sharing official implementation of your work!

@shiyuanyin
Copy link

@implus
Hi, great repository!
I'd like to ask some questions.
Have you tried other backbone networks as a comparison?
I want to know its universality and apply to other network?
for example, the SEnet can be used in many scenarios and networks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants