Batching for Heterogeneous Graphs #9127
Closed
Angelo92Git
started this conversation in
General
Replies: 1 comment
-
Yes, this is fully supported. You can just pass a list of |
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.
-
Does this library support batching of several heterogeneous graphs, each with the same set of node and edge types?
In particular I am running into problems when I attempt to use the "torch_geometric.data.batch.Batch" class referred to in the tutorial:
https://www.youtube.com/watch?v=Vz5bT8Xw6Dc
How do I create a DataLoader object from heterogeneous graphs?
Beta Was this translation helpful? Give feedback.
All reactions