Skip to content

Commit

Permalink
Update mnist.py
Browse files Browse the repository at this point in the history
Fixed error when downloading dataset
  • Loading branch information
claudemircasa committed Apr 28, 2024
1 parent 89d2b38 commit 33b4383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchvision/datasets/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class MNIST(VisionDataset):

mirrors = [
"http://yann.lecun.com/exdb/mnist/",
"https://storage.googleapis.com/cvdf-datasets/mnist/",
"https://ossci-datasets.s3.amazonaws.com/mnist/",
]

Expand Down

0 comments on commit 33b4383

Please sign in to comment.