-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Overwriting FrozenBN eps=0.0 if pretrained=True for detection models. #2940
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2940 +/- ##
==========================================
+ Coverage 73.41% 73.43% +0.02%
==========================================
Files 99 99
Lines 8801 8813 +12
Branches 1389 1391 +2
==========================================
+ Hits 6461 6472 +11
- Misses 1915 1916 +1
Partials 425 425
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for fixing the BC Vasilis!
I only have a couple of minor comments which are non-blocking but would be good to have (at least the comment). Let me know what you think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
…pytorch#2940) * Overwriting FrozenBN eps=0.0 if pretrained=True for detection models. * Moving the method to detection utils and adding comments.
…pytorch#2940) * Overwriting FrozenBN eps=0.0 if pretrained=True for detection models. * Moving the method to detection utils and adding comments.
…pytorch#2940) * Overwriting FrozenBN eps=0.0 if pretrained=True for detection models. * Moving the method to detection utils and adding comments.
Potential fix for BC of #2933
By overwriting the
FrozenBN.eps
value to 0.0 whenpretrained=True
, we get the same accuracy stats as before.Click here for the accuracy stats of fasterrcnn_resnet50_fpn
Click here for the accuracy stats of retinanet_resnet50_fpn
Click here for the accuracy stats of maskrcnn_resnet50_fpn
Click here for the accuracy stats of keypointrcnn_resnet50_fpn