Skip to content

Commit b6e055b

Browse files
change MNIST download links
1 parent 89fb38b commit b6e055b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MNIST/MNIST.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module MNIST
9292
website to make sure you want to download the
9393
dataset.
9494
""",
95-
"http://yann.lecun.com/exdb/mnist/" .* [TRAINIMAGES, TRAINLABELS, TESTIMAGES, TESTLABELS],
95+
"https://ossci-datasets.s3.amazonaws.com/mnist/" .* [TRAINIMAGES, TRAINLABELS, TESTIMAGES, TESTLABELS],
9696
"0bb1d5775d852fc5bb32c76ca15a7eb4e9a3b1514a2493f7edfcf49b639d7975",
9797
))
9898
end

0 commit comments

Comments
 (0)