-
Notifications
You must be signed in to change notification settings - Fork 7.1k
PSROIPool + Dispatcher + Autocast + Code Cleanup #2926
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
Conversation
- Remove primitive const declaration from method names. - Using references when possible. - Fix variable naming.
Codecov Report
@@ Coverage Diff @@
## master #2926 +/- ##
==========================================
+ Coverage 72.33% 73.41% +1.07%
==========================================
Files 99 99
Lines 8801 8801
Branches 1389 1389
==========================================
+ Hits 6366 6461 +95
+ Misses 1997 1915 -82
+ Partials 438 425 -13
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.
Looks great, thanks a lot!
# Conflicts: # torchvision/csrc/vision.cpp
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.
Merging, thanks a lot!
For the future, let's use ghstack to avoid adding unrelated changes to the PR in a way that helps with separate feature development
* Fixing types. * Dispatcher + Autocast. * + Autograd. * Formating. * Clean up and refactor PSROIPool implementation: - Remove primitive const declaration from method names. - Using references when possible. - Fix variable naming. * Restore include headers. * New line at end of file. * Resolving conflict, final cleanup, ordering method consistently across files.
* Fixing types. * Dispatcher + Autocast. * + Autograd. * Formating. * Clean up and refactor PSROIPool implementation: - Remove primitive const declaration from method names. - Using references when possible. - Fix variable naming. * Restore include headers. * New line at end of file. * Resolving conflict, final cleanup, ordering method consistently across files.
part of #2797 and #2796
Implements Dispatcher + Autocast for PSROIPool.
I'm also doing some clean up on the original code such as: