Replies: 2 comments 11 replies
-
I think you should be able to simply batch them together: from torch_geometric.data import Batch
data = Batch.from_data_list([data1, data2]) |
Beta Was this translation helpful? Give feedback.
-
@rusty1s Hello, I have another question on merging HeteroData objects using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it possible to join two HeteroData objects (two graphs) into a single HeteroData one (single graph)? With the assumption that they are subgraphs of the same big graph (hence same node types, edge types, etc).
Any pointers on how to accomplish this would be appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions