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

Batch Normalization #9

Closed
AmirMahdiNassiri opened this issue Apr 11, 2019 · 1 comment
Closed

Batch Normalization #9

AmirMahdiNassiri opened this issue Apr 11, 2019 · 1 comment

Comments

@AmirMahdiNassiri
Copy link

Hello dear authors,

In your source code, we can set the normalization parameter to 'batch', 'instance' normalization or the default 'None'.

Can I ask that is there a reason why normalization is off by default? Did you have the time to experiment with normalization as well? Didn't it contribute to better results?

Any information is greatly appreciated.
Thanks.

@shaohua0116
Copy link
Owner

I have experimented with both batch norm and instance norm, which shows worse results. In my implementation (ops.py bn_act()), I apply activation functions before normalizing the values, which is widely used. I believe that some people argue that we should first normalize the output and then apply the activation functions. I haven’t tried this yet.

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

2 participants