mini-batching issue - can't iterate over batches #7666
YoavShamir5
started this conversation in
General
Replies: 1 comment
-
Do you mind sharing a few examples of your |
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
-
Hi,
I have a strange issue - I am generating a DataLoader, but then I am unable to iterate over the batches.
Here is the code:
here is the output:
here is the error message:
The same code worked for a different dataset, in both cases I have previously generated torch_geometric Data instances and saved them in individual files, I am not sure what specifically in this case is the issue. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions