Is GridPatchDataset shuffling the patches? #8043
Unanswered
yere-qubio
asked this question in
Q&A
Replies: 0 comments
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.
-
Following the example described in this notebook, are the 2D patches shuffled from epoch to epoch? I've tried
shuffle=True
in theDataLoader
but is raises the following:If the patches are not shuffled, is there any alternative to extract 2D patches and shuffle them from epoch to epoch?
Beta Was this translation helpful? Give feedback.
All reactions