how can I use edge attribution with GATConv layer(s) #3828
Unanswered
Byun-jinyoung
asked this question in
Q&A
Replies: 2 comments 5 replies
-
I think you need to specify the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you say something about your input shapes and the way you initialize |
Beta Was this translation helpful? Give feedback.
4 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.
-
Dear pyg users,
I wanted to use GATConv layer(s) when I performed node classification task.
I didn't encounter any error(s) when I didn't use edge_attr with GATConv layer.
However, I've encountered the error as below:
Could you tell me what I'm missing? How can I solve this problem??
Best regards :)
Beta Was this translation helpful? Give feedback.
All reactions