-
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
LearningRateLogger in multi-scheduler setting #1944
Conversation
2ec5688
to
2c57d5d
Compare
tests/callbacks/test_callbacks.py
Outdated
@@ -308,6 +310,24 @@ def test_lr_logger_single_lr(tmpdir): | |||
'Names of learning rates not set correctly' | |||
|
|||
|
|||
def test_lr_logger_no_lr(tmpdir): |
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.
mind move all LR related test move to tests/callbacks/test_lr.py
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.
Remember to update CHANGELOG
This pull request is now in conflict... :( |
I rebased atop the current master. |
* fixed undesired behaviour due to dict.fromkeys * a test for log length consistency * runtime-warn if no schedulers are configured * chlog * move Co-authored-by: Jirka <jirka@pytorchlightning.ai>
This PR addresses two issues outlined in pr #1498:
MisconfigurationException
, if no schedulers have been configured