-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
[Refactor] Add reduction_override in MSELoss #5437
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5437 +/- ##
==========================================
- Coverage 64.88% 64.59% -0.30%
==========================================
Files 276 276
Lines 21347 21382 +35
Branches 3543 3563 +20
==========================================
- Hits 13851 13811 -40
- Misses 6744 6818 +74
- Partials 752 753 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Need unit tests. |
add unit tests especially for the |
Add reduction_override in MSELoss.
When using MSELoss replace L1Loss in Faster R-CNN or Mask R-CNN, may get a bug, this PR adds reduction_override Args in MSELoss.