How to unbatch a big disconnected graph? #4714
Unanswered
BraveDistribution
asked this question in
Q&A
Replies: 1 comment 5 replies
-
unbatch functionality for tensor has been added, however the unbatch functionality for DataBatch is missing (fixing the changes in edge_indices). |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hello,
I am working with meshes and I have a DataBatch, with batch size of 4. I am interested in splitting the DataBatch into 4 objects (let's say the inverse of CollateFunction) in the data loader.
Is there any native support? thanks.
Beta Was this translation helpful? Give feedback.
All reactions