-
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
Disable train dataloader shuffle when overfit_batches is active. #3501
Disable train dataloader shuffle when overfit_batches is active. #3501
Conversation
Hello @PhilJd! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-09-15 09:07:19 UTC |
4028a4b
to
319cdeb
Compare
319cdeb
to
8cf5ad5
Compare
Codecov Report
@@ Coverage Diff @@
## master #3501 +/- ##
=======================================
+ Coverage 90% 91% +1%
=======================================
Files 107 107
Lines 8149 8025 -124
=======================================
- Hits 7332 7291 -41
+ Misses 817 734 -83 |
merging. failures are unrelated. @tgaddair can you take a look at this in a follow up PR? Not sure what's happening with this script?
|
Hey @williamFalcon, I can't repro this issue locally. What was the environment when the error occurred? Seems in that test it was unable to add the |
What does this PR do?
This PR disables training data shuffling when overfitting batches. This was reported but not discussed in #2600.
Still, I've created this PR proactively as I think fixing this is quite important for several reasons:
overfit_batches
is very likely to not work out of the box for the majority of users.As this is not a new feature, I hope this fix might still make it into 1.0 ;)
Fixes #2600.
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 🙃