Skip to content

Commit 7237bb0

Browse files
committed
Get MNIST dataset from Github
1 parent cd5a083 commit 7237bb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration/Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ t10k-labels-idx1-ubyte: t10k-labels-idx1-ubyte.gz
6868
gunzip -k $<
6969

7070
train-images-idx3-ubyte.gz:
71-
curl -o $@ http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
71+
wget https://github.com/fgnt/mnist/raw/refs/heads/master/train-images-idx3-ubyte.gz
7272

7373
train-labels-idx1-ubyte.gz:
74-
curl -o $@ http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
74+
wget https://github.com/fgnt/mnist/raw/refs/heads/master/train-labels-idx1-ubyte.gz
7575

7676
t10k-images-idx3-ubyte.gz:
77-
curl -o $@ http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz
77+
wget https://github.com/fgnt/mnist/raw/refs/heads/master/t10k-images-idx3-ubyte.gz
7878

7979
t10k-labels-idx1-ubyte.gz:
80-
curl -o $@ http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz
80+
wget https://github.com/fgnt/mnist/raw/refs/heads/master/t10k-labels-idx1-ubyte.gz

0 commit comments

Comments
 (0)