-
I wrote a small GCN code and got above error. My code is as follows
Error is given for System Info:
|
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
Feb 10, 2023
Replies: 1 comment 3 replies
-
Could you share the full error message. Also is your |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
atale480
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you share the full error message. Also is your
edge_index
of typefloat
, if so try converting it totorch.long
.