-
Hi, I've been using torch_geometric.data.Batch to generate disconnected graph batches, but it seems to not work with HeteroData and raised error 'index out of range'. I'm wondering will the function will be supported with HeteroData in this version? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Sep 7, 2021
Replies: 1 comment 13 replies
-
This should be supported, but it only got added in recently. Can you pull from master and see if that fixes your issues? Other-wise, please provide a minimal code snippet to reproduce so I can look into it. |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
YAndrewL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be supported, but it only got added in recently. Can you pull from master and see if that fixes your issues? Other-wise, please provide a minimal code snippet to reproduce so I can look into it.