Training composite models on the GPU #5942
Unanswered
rdisipio
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
I think I've found a solution. I had a list of sublayers in a plain python list. Encapsulating the list in a |
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.
-
Hi,
I'm having issues training my model due to some CPU/GPU mismatch. Before I call this a bug, I though the Trainer class handled the upload to the GPU memory by itself. However, I suspect this works only if the model is self-contained. Can anyone confirm one can do something like this?
Beta Was this translation helpful? Give feedback.
All reactions