Using SplineConv: tensor does not have a device #6122
Unanswered
mkl-joseph
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Do you have an example to reproduce? Do the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Oh, hi. I had the same problem. I'm also working with the cora dataset, but I'm just curious that the edge_attr that introduces SplineConv on PyG is optional. So, is it necessary or not? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement SplineConv for a project and am getting the following error when trying to train my model:
I'm not sure what
spline_basis
is doing, but it looks likepseudo
is the tensor that isn't cuda. All of my training data is cuda so I'm not sure where the error is coming from.For reference, here is my model:
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions