-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Fix] OneCycleLrUpdaterHook adds total_steps #929
Conversation
Codecov Report
@@ Coverage Diff @@
## master #929 +/- ##
==========================================
+ Coverage 65.40% 65.43% +0.02%
==========================================
Files 151 151
Lines 9635 9648 +13
Branches 1775 1780 +5
==========================================
+ Hits 6302 6313 +11
Misses 2986 2986
- Partials 347 349 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
lint failed. |
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.
LGTM
CI failed |
Add total_steps, the total number of steps in the cycle. Note that if a value is not provided here, it will be the max_iter of runner.