Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 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.
-
index
and theptr
parameter in themessage
function of the GATConv layer. Following Questions about propagate function and message function on the GAT conv layer #1949, theindex
means theedge_index[1]
and theptr
is about the CSR format. If I softmaxalpha
( attention value) according toedge_index[0]
and the type ofedge_index
is SparseTensor, how do I modify themessage
function?softmax
function.Why does
src
first need to subtract a specific value? And the value would be about off byout / (out_sum + 1e-16)
.Beta Was this translation helpful? Give feedback.
All reactions