-
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
Update DataLoader.persistent_workers
warnings in ddp_spawn
#6762
Conversation
Hello @s-rog! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-04-09 00:50:22 UTC |
cc @tchaton |
Codecov Report
@@ Coverage Diff @@
## master #6762 +/- ##
========================================
- Coverage 91% 84% -7%
========================================
Files 193 193
Lines 12299 13107 +808
========================================
- Hits 11252 11025 -227
- Misses 1047 2082 +1035 |
oh man... this master merge is botched.... Edit: a rebase and force push seems to have fixed it... Edit: Our GPU tests seem to be running only in 1.6, hence the missed coverage |
…-lightning into dataloader_warn
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.
Great addition ! Some failing tests.
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.
Updated the test to cover all 4 warnings. LGTM!
DataLoader.persistent_workers
warnings in ddp_spawn
How comes this wasn't been blocked then ? |
What does this PR do?
Update dataloader warnings with ddp_spawn in accordance with pytorch API changes.
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃