GCNConv for batch #5109
Unanswered
shlee-home
asked this question in
Q&A
Replies: 1 comment
-
In which function does this error occur? What are the shapes of its inputs of:
The implementation looks correct to me, so I assume there must be some inconsistencies in the input arguments. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for opening these codes.
I'm progressing a study using graph neural network. However, I wonder that how can I use GCNConv for training when I train the model using batch?
When I run following code:
It returns an error:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (3000*1 and 300 * 64)
I think the mat1's shape (batch_size*num_nodes, node_feature_dims) and mat2's shape (num_nodes, hidden_dims)
Any help would be greatly appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions