Output propagate function in Message passing network #5582
Unanswered
maryamastero
asked this question in
Q&A
Replies: 1 comment
-
Hi @maryamkiashemshaki The propagate function works by gathering neighboring messages and aggregating them for each node. The results are assigned to the destination nodes of edges in the graphs. In your example, the first node |
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.
-
I have implemented a simple message passing network.
I do not understand how propagate function works.
Why I got this results? Why first node has zero feature(if I understand right!)
Beta Was this translation helpful? Give feedback.
All reactions