Heterogenous message passing #9096
Angelo92Git
started this conversation in
General
Replies: 1 comment 4 replies
-
There exists two node types (paper, author) and three edge types: paper -> paper, author -> paper, paper -> author. That's why there exists two ReLU blocks (one for each node type), and three |
Beta Was this translation helpful? Give feedback.
4 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.
-
Could someone please explain the diagram for heterogeneous message passing in the documentation:
https://pytorch-geometric.readthedocs.io/en/latest/tutorial/heterogeneous.html
There are two edge types in this case, ('paper', 'cites', 'paper') and ('author', 'writes', 'paper'). Are there three SAGEConv blocks for the messages paper -> paper, author -> paper, and paper -> author?
Beta Was this translation helpful? Give feedback.
All reactions