-
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
WIP: Disable _optimizer_to_device logic #20036
base: master
Are you sure you want to change the base?
Conversation
Running the tests locally this causes the following tests to fail:
In addition I would expect |
Thanks for checking this @corwinjoy. I'll trigger all tests now in the CI because locally not all of them may run. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20036 +/- ##
=========================================
- Coverage 83% 57% -26%
=========================================
Files 427 422 -5
Lines 35460 35358 -102
=========================================
- Hits 29599 20167 -9432
- Misses 5861 15191 +9330 |
This PR exists to test what happens when we disable
_optimizer_to_device
.Pursuant to discussion in #19955
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist
📚 Documentation preview 📚: https://pytorch-lightning--20036.org.readthedocs.build/en/20036/