Skip to content
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

ReduceLROnPlateau bug fix #1126

Merged
merged 3 commits into from
Mar 16, 2020
Merged

ReduceLROnPlateau bug fix #1126

merged 3 commits into from
Mar 16, 2020

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Mar 12, 2020

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

What does this PR do?

Fixes #1114 #1154
During the latest revoke of the learning rate scheduler interface (by me) a small bug related to the ReduceLROnPlateau type of scheduler was made. This PR solves that bug and adds a test to check for this in the future.

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 🙃

@Borda Borda added the bug Something isn't working label Mar 13, 2020
@Borda Borda added this to the 0.7.2 milestone Mar 13, 2020
Copy link
Member

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

  • pls add note to changelog...

@Borda Borda added ready PRs ready to be merged and removed ready PRs ready to be merged labels Mar 13, 2020
@Borda
Copy link
Member

Borda commented Mar 14, 2020

@SkafteNicki pls add note to changelog... then we can go :]

@codecov
Copy link

codecov bot commented Mar 15, 2020

Codecov Report

Merging #1126 into master will increase coverage by <1%.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master   #1126    +/-   ##
=======================================
+ Coverage      93%     93%   +<1%     
=======================================
  Files          61      61            
  Lines        2672    2672            
=======================================
+ Hits         2472    2477     +5     
+ Misses        200     195     -5

@SkafteNicki
Copy link
Member Author

@Borda I have update CHANGELOG now, should be ready for merge now

@Borda Borda added the ready PRs ready to be merged label Mar 15, 2020
@williamFalcon williamFalcon merged commit 384e124 into Lightning-AI:master Mar 16, 2020
tullie pushed a commit to tullie/pytorch-lightning that referenced this pull request Apr 3, 2020
* bug fix and test

* update CHANGELOG.md

Co-authored-by: Nicki Skafte <nugginea@gmail.com>
@Borda Borda modified the milestones: v0.7., v0.7.x Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReduceLROnPlateau scheduler type check
3 participants