-
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
state maintenance in DataParallel #1895
Conversation
Hello @ananyahjha93! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-11-05 20:26:09 UTC |
a3aefbf
to
bc5d284
Compare
Codecov Report
@@ Coverage Diff @@
## master #1895 +/- ##
======================================
Coverage 91% 91%
======================================
Files 70 70
Lines 5689 5732 +43
======================================
+ Hits 5185 5228 +43
Misses 504 504 |
This pull request is now in conflict... :( |
6ef1db9
to
7c7d468
Compare
This pull request is now in conflict... :( |
@Borda hey, this is done from my side but there is merge conflict because I added another parent class to LightningModule. |
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.
nice addition 🦝
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need further help see our docs: https://pytorch-lightning.readthedocs.io/en/latest/CONTRIBUTING.html#pull-request or ask the assistance of a core contributor here or on Slack. Thank you for your contributions. |
This pull request is going to be closed. Please feel free to reopen it create a new from the actual master. |
Is this going to be re-opened? Following it from #4353 (comment) |
@ananyahjha93 can we get this done by end of this week to pass it in 1.1? 🐰 |
@ananyahjha93 how is going here? cc: @tchaton |
Hey @ananthsub, Any updates on this one ? Best, |
@tchaton needs to be redone after accelerator refactor. Too many changes in the codebase since this was done. |
Hi @ananyahjha93, any update on that one ? |
Before submitting
What does this PR do?
WIP. This fails on a few cases of variable declaration.
Tries to fix #565.
#1649 is slightly different from simple state maintenance in DataParallel.
PR review
Need to be reviewed by core maintainers as it changes the way DataParallel works in default PyTorch.
Did you have fun?
Yes! :)