Possibility to model heterogenous graph with multiple edges between each pair of nodes #8633
Answered
by
rusty1s
stefanschutz
asked this question in
Q&A
-
Hi, I have a use case that requires heterogenous graph where multiple edges are allowed between nodes. Following this document here: https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html, would it be possible to model the relations like:
From the example in the document, it seems this is not the case. So I wonder if I can model and perform GNN on such graphs for my use case. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Dec 19, 2023
Replies: 1 comment
-
Yes, this is well supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stefanschutz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is well supported.