How can I load 2 different graphs with PyG and pytorch_lighting ? #7085
Answered
by
xiachenrui
xiachenrui
asked this question in
Q&A
-
Hi all, Thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
xiachenrui
Mar 31, 2023
Replies: 1 comment 2 replies
-
I need to explain that the nodes of the two graphs are shared, but the edges are completely different, so I cannot use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
xiachenrui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to explain that the nodes of the two graphs are shared, but the edges are completely different, so I cannot use
Batch
to merge the two graphs