Batch tensor not being put on cuda #3299
Answered
by
rusty1s
davidireland3
asked this question in
Q&A
-
I am using top_k pooling with GPU but having an issue where the batch tensor which tells which graph the nodes belong to, from the data loader, is not being put on the GPU. The code looks like
The data comes from a DataLoader using Has anyone had this issue? e: this has happened since updating to the latest version of pyg. |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Oct 6, 2021
Replies: 1 comment 15 replies
-
This should be already fixed in master, see #3214. |
Beta Was this translation helpful? Give feedback.
15 replies
Answer selected by
davidireland3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be already fixed in master, see #3214.