Replies: 1 comment
-
You may want to ensure that your node features inside |
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.
-
Hello,
I'm trying to run a repo which use PyG. repo is given with data, training checkpoint, precise command to run ... so I'm assuming it's "plug and play". When running the repo, an error occured. As I trace the error, I see it's in the
MessagePassing
class. I seenod_dim
is set by default to-2
.I guess, normally, it's updated with graph construction of the data but it's not. Could you see what could cause this error ?
This is the error I get :
Beta Was this translation helpful? Give feedback.
All reactions