Trouble with GPU training pipeline #9184
Replies: 2 comments 3 replies
-
Is |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thank you very much, it's resolved now! |
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 trouble with training my model on Google Colab:
I keep getting the error that some tensors are on CPU and some are on GPU despite moving both the model and the HeteroData objects to GPU (I have loaded HeteroData objects into a dataloader)
Here are the relevant sections of my code:
And here is the stack trace:
Beta Was this translation helpful? Give feedback.
All reactions