-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Enhance] Add step momentum updater to support MMDet3D #1011
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1011 +/- ##
==========================================
+ Coverage 64.57% 64.71% +0.14%
==========================================
Files 152 152
Lines 9792 9843 +51
Branches 1779 1791 +12
==========================================
+ Hits 6323 6370 +47
- Misses 3141 3144 +3
- Partials 328 329 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
LGTM |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Similar to StepLRUpdaterHook, in 3D point cloud tasks, we also need to update the momentum of optimizers in a step manner.
Modification
Add a
StepMomentumUpdaterHook
class.BC-breaking (Optional)
No.
Use cases (Optional)
Similar to
StepLrUpdaterHook
.Checklist