Now available here: https://github.com/y0ast/pytorch-snippets/tree/main/fast_mnist
Last active
May 30, 2021 21:01
-
-
Save y0ast/f69966e308e549f013a92dc66debeeb4 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's true, the shuffling should then be done manually. I think this should work:
(assuming the first dimension of
train_dataset.data
to be the batch size)