Using GPU and CPU simultaneously for parameters #9363
Unanswered
ssharpe42
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 1 reply
-
wouldn't just |
Beta Was this translation helpful? Give feedback.
1 reply
-
it is but only when you create new tensors since during distributed training calling |
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.
-
How do you move parameters to the CPU while training on the GPU without any example tensors for
.type_as
?Would you just make a global cpu tensor to refer to in this case?
Beta Was this translation helpful? Give feedback.
All reactions