Question about ''TypeError: Required parameter xxx is empty.'' #2630
Unanswered
jiaruHithub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Pass
Also checkout FAConv, which probably does exactly what you want. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In GATConv, attention value
alpha_ij
will computed by softmax to normalized. I try to normalize it byalpha_ij/√(degree_i)√(degree_j)
. I imitate GCN's practice, and the code is as follows:But the error has reported:
I hope you can give me help, thank you!
Beta Was this translation helpful? Give feedback.
All reactions