-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Changed LearningRateLogger to LearningRateMonitor #3251
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3251 +/- ##
======================================
Coverage 90% 90%
======================================
Files 90 91 +1
Lines 8138 8143 +5
======================================
+ Hits 7349 7355 +6
+ Misses 789 788 -1 |
@rohitgr7 I think we need to make sure that LearningRateLogger can still be used, so maybe subclass
|
Also, should we consider the |
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, maybe ask @Borda to check deprecation stuff :)
probably, yes, in new PR? |
yeah, this will be quite tricky, there are a few things you need to do:
|
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.
need to maintain back compatibility... see #3251 (comment)
ok, will add for both LearningRateMonitor and GPUStatsMonitor in a separate one. |
@Borda can you check if the depreciation is done correctly as you asked :) Thanks! |
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
@Borda can you review this? Thanks |
This pull request is now in conflict... :( |
Great job! =) |
What does this PR do?
Changed
LearningRateLogger
toLearningRateMonitor
. Discussion: #3008 (comment)Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃