We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca770a commit 8ad063bCopy full SHA for 8ad063b
cmake/fetch_mnist.cmake
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
3
function(fetch_mnist DATA_DIR)
4
set(MNIST_DOWNLOAD_DIR "${DATA_DIR}/mnist/download")
5
set(MNIST_DIR "${DATA_DIR}/mnist")
6
- set(MNIST_URL "http://yann.lecun.com/exdb/mnist")
+ set(MNIST_URL "https://ossci-datasets.s3.amazonaws.com/mnist")
7
8
set(MNIST_EXTRACTED_FILES
9
"t10k-images-idx3-ubyte" "t10k-labels-idx1-ubyte"
0 commit comments