Skip to content

Commit 9322db8

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Update mnist.py - change the order of mirror links (#8865)
Summary: Co-authored-by: Nicolas Hug <[email protected]> Reviewed By: scotts Differential Revision: D77997064 fbshipit-source-id: 7141bd84315f71fcb2da4326da6b36a8abfcabb0
1 parent 66615c0 commit 9322db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ class MNIST(VisionDataset):
3535
"""
3636

3737
mirrors = [
38-
"http://yann.lecun.com/exdb/mnist/",
3938
"https://ossci-datasets.s3.amazonaws.com/mnist/",
39+
"http://yann.lecun.com/exdb/mnist/",
4040
]
4141

4242
resources = [

0 commit comments

Comments
 (0)