DataLoader cant load batch sizes bigger than 10 #4449
Answered
by
rusty1s
DogitoErgoSum
asked this question in
Q&A
-
If I set a batch_size bigger than 10, the dataloader will only load 10 graphs. |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 10, 2022
Replies: 1 comment 4 replies
-
This can only happen in case your dataset only contains 10 graphs. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
DogitoErgoSum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can only happen in case your dataset only contains 10 graphs.