Skip to content

Commit 8ad063b

Browse files
authored
Use alternative mirror for mnist to prevent unavailable download. (#86)
1 parent bca770a commit 8ad063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/fetch_mnist.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
33
function(fetch_mnist DATA_DIR)
44
set(MNIST_DOWNLOAD_DIR "${DATA_DIR}/mnist/download")
55
set(MNIST_DIR "${DATA_DIR}/mnist")
6-
set(MNIST_URL "http://yann.lecun.com/exdb/mnist")
6+
set(MNIST_URL "https://ossci-datasets.s3.amazonaws.com/mnist")
77

88
set(MNIST_EXTRACTED_FILES
99
"t10k-images-idx3-ubyte" "t10k-labels-idx1-ubyte"

0 commit comments

Comments
 (0)