Multi GPU Training with Custom Training Steps #15118
Unanswered
mogwai
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
If you have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's the protocol for using custom training steps with lightning + multi gpu + dp that invoke grad scalers etc.? I'm currently seeing this error:
This some psuedo code from the vits model.
And the lightning implementation is here:
Beta Was this translation helpful? Give feedback.
All reactions