-
I am using GAT for a node classification task. In my task, there are multiple different types of nodes. I would like to update one type of node after a message passing, instead of updating all nodes simultaneously. Any thoughts? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
Jun 3, 2021
Replies: 1 comment 1 reply
-
A simple thing to do would be, to run message passing on all nodes and then only update nodes of one type.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rusty1s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple thing to do would be, to run message passing on all nodes and then only update nodes of one type.