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

SSD fix_gamma disabled #1072

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

SSD fix_gamma disabled #1072

wants to merge 1 commit into from

Conversation

bhheo
Copy link

@bhheo bhheo commented Dec 3, 2019

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.

@mli
Copy link
Member

mli commented Dec 3, 2019

Job PR-1072-1 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/1/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@zhreshold
Copy link
Member

Thanks for the PR, this might need further investigation whether the change will make the training results better/worse

@mli
Copy link
Member

mli commented Dec 27, 2019

Job PR-1072-2 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/2/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@mli
Copy link
Member

mli commented Jan 10, 2020

Job PR-1072-3 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/3/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@mli
Copy link
Member

mli commented Jan 24, 2020

Job PR-1072-4 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/4/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@mli
Copy link
Member

mli commented Feb 7, 2020

Job PR-1072-5 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/5/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@mli
Copy link
Member

mli commented Mar 10, 2020

Job PR-1072-7 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/7/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@mli
Copy link
Member

mli commented Apr 10, 2020

Job PR-1072-8 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/8/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@mli
Copy link
Member

mli commented May 9, 2020

Job PR-1072-10 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1072/10/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

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

Successfully merging this pull request may close these issues.

None yet

3 participants