-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Remove Trainer(multiple_trainloader_mode)
in favor of CombinedLoader(mode)
#16800
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
Conversation
Trainer(multiple_trainloader_mode)
in favor of CombinedLoader(mode)
⚡ Required checks status: All passing 🟢Groups summary🟢 pytorch_lightning: Tests workflow
These checks are required after the changes to 🟢 pytorch_lightning: Azure GPU
These checks are required after the changes to 🟢 pytorch_lightning: Azure HPU
These checks are required after the changes to 🟢 pytorch_lightning: Azure IPU
These checks are required after the changes to 🟢 pytorch_lightning: Docs
These checks are required after the changes to 🟢 lightning_fabric: CPU workflow
These checks are required after the changes to 🟢 lightning_fabric: Azure GPU
These checks are required after the changes to 🟢 mypy
These checks are required after the changes to 🟢 installThese checks are required after the changes to 🟢 link-check
These checks are required after the changes to Thank you for your contribution! 💜
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #16800 +/- ##
=========================================
- Coverage 82% 59% -22%
=========================================
Files 437 412 -25
Lines 31581 31278 -303
=========================================
- Hits 25783 18533 -7250
- Misses 5798 12745 +6947 |
`https://github.com/Lightning-AI/pytorch-lightning/pull/16800#discussion_r1110256813` Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
``` Lightning-AI/pytorch-lightning#16800 (comment) ``` Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
What does this PR do?
Resolves these follow-ups from #16726
And some TODOs I added.
cc @justusschock @awaelchli @carmocca @Borda