LinkX implementation #5923
Answered
by
Chengwei94
Chengwei94
asked this question in
Q&A
-
Hi there, I was looking at the linkx implementation in pytorch geometric code, and the formula, and find that the implementation seems to be different from the formula. Is there a reason for it ?
vs |
Beta Was this translation helpful? Give feedback.
Answered by
Chengwei94
Nov 8, 2022
Replies: 1 comment
-
After giving it more thought, I realise that they are equivalent. Y = MLP(\sigma(W_A[H_A] + W_X[H_X] + H_A + H_X)) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rusty1s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After giving it more thought, I realise that they are equivalent. Y = MLP(\sigma(W_A[H_A] + W_X[H_X] + H_A + H_X))