Separate losses for each node for node classification #5694
Unanswered
gregoritoo
asked this question in
Q&A
Replies: 1 comment
-
It is not totally clear to me what you mean. If you want to learn node-specific parameters, you could think about learning an embedding matrix that is used to define edge attention scores. |
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.
-
Hi!
I would like to backpropagate different losses for each node to learn separate edge attention masks. My edge attention mask is a matrix of shape (number_of_nodes, number_of_edges) and i would like to update each row separately. Is there a simpler way to do it ?
Beta Was this translation helpful? Give feedback.
All reactions