-
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
Investigate decrease in mAP in retinanet resnet50 model #4437
Comments
@datumbox
Training logs: |
@prabhat00155 I understand from your logs that you have not validated the pre-trained model using the existing weights but instead you trained a new model. To test if the already published weights work, you pass the |
I see. Yeah, now I get this:
|
Note: this could potentially be due to the change of defaults in FrozenBatchNorm #2933 The reported results in that PR matches the one we get here, and could be a reasonable explanation for the difference |
@fmassa This is not it unfortunately. PR #2933 indeed dropped the mAP by 0.1 but then #2940 ensured the issue is addressed for pre-trained models. In the original issue, I provide reference to the PR #3032 which is later than both aforementioned PRs and reports mAP to 36.4. As you can see the specific PR contains the vision/torchvision/ops/misc.py Line 54 in 4ab46e5
And the overwrite: vision/torchvision/models/detection/_utils.py Line 355 in 4ab46e5
|
🐛 Describe the bug
Reference: #4409 (comment)
cc @datumbox
The text was updated successfully, but these errors were encountered: