-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SSD fix_gamma disabled #1072
base: master
Are you sure you want to change the base?
SSD fix_gamma disabled #1072
Conversation
Job PR-1072-1 is done. |
Thanks for the PR, this might need further investigation whether the change will make the training results better/worse |
Job PR-1072-2 is done. |
Job PR-1072-3 is done. |
Job PR-1072-4 is done. |
Job PR-1072-5 is done. |
Job PR-1072-7 is done. |
Job PR-1072-8 is done. |
Job PR-1072-10 is done. |
Hi
I found that SSD feature expander uses batchnorm with fixed gamma, because default value is
fix_gamma=True
.As I know, there were no batchnorm freeze trick in SSD paper.
So, I fixed code.