Replies: 1 comment
-
No reason to delete. This is a great question :) We follow the official implementation here, but you are absolutely right that adding a |
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.
-
Taking a look into the code for a GATconv it looks like when we apply a bias to node features in a GAT layer the bias is applied after working out attention coefficients i.e. we first propagate messages and then add bias to node features post-propagation.
Would it be legitimate to apply the bias before working out attention coefficients? Surely this would make for a more expressive attention mechanism? Or am I missing something...
Beta Was this translation helpful? Give feedback.
All reactions