Error on running NNConv #5116
Unanswered
shrimonmuke0202
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Could you post the full error message. And also share what you set |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for your answer. |
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.
-
Hi all,
When I apply NNConv on a graph whose shape of edge attribute is (# of edges, 50) gives me a runtime error at
weight = weight.view(-1, self.in_channels_l, self.out_channels)
. How can I solve this error? Also can you gave me an example how to use NNConv?Beta Was this translation helpful? Give feedback.
All reactions