Multi-graph ! #4907
Answered
by
rusty1s
MehdiZouitine
asked this question in
Q&A
Multi-graph !
#4907
-
Hello to all! Thank you for this beautiful library. Is it possible to create a graph with only one type of node but several types of edges (a multigraph)? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Jul 2, 2022
Replies: 1 comment 1 reply
-
You can either use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MehdiZouitine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can either use
HeteroData
as well for this, or make use of anedge_type
vector along youredge_index
and use layers such asRGCNConv
to process.