File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ t10k-labels-idx1-ubyte: t10k-labels-idx1-ubyte.gz
6868 gunzip -k $<
6969
7070train-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
7373train-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
7676t10k-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
7979t10k-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
You can’t perform that action at this time.
0 commit comments