-
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
Add datamodule parameter to lr_find() #3425
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3425 +/- ##
=======================================
+ Coverage 83% 90% +8%
=======================================
Files 108 108
Lines 8807 8386 -421
=======================================
+ Hits 7284 7584 +300
+ Misses 1523 802 -721 |
does this work? |
This pull request is now in conflict... :( |
Yeah, it does - AFAIK all it does is forward the I'm not quite sure how to write tests but I'll write them once I figure out how to do so. |
@GimmickNG changes look fine. |
I've added a test for testing the [I'd written a test which checked whether passing the |
Co-authored-by: Nicki Skafte <[email protected]>
We are currently doing a lot of internal refactors and the file |
OK. |
Hey @GimmickNG! Refactors are mostly done, mind taking another look? |
Sorry, I've been rather busy the past week. Should I create another pull request with the updated version of the fork? |
I think that resolving conflict is fine (rebase on actual master) |
Sorry, I can't seem to do that on the web client and I'm rather inexperienced with this. How would I get Git to recognize the file's been moved to a different module during the rebase? |
@GimmickNG I merged master into your code and fixed conflicts. Failing checks seems to be unrelated to PR. Please take a look and make sure the PR is still doing what you intended, then we can go ahead and approve changes. |
Co-authored-by: Carlos Mocholí <[email protected]>
Thanks! I checked it and |
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
I would keep it for merge as it adds test for the before/after... |
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
Hello @GimmickNG! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-09-30 13:57:10 UTC |
Please rebae master... |
What does this PR do?
Fixes #3424 - Adds datamodule support to
Trainer.lr_find()
- aLightningDataModule
can be passed tolr_find()
.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 🙃