X-Git-Url: https://piware.de/gitweb/?p=handwriting-recognition.git;a=blobdiff_plain;f=download-mnist.sh;fp=download-mnist.sh;h=f68e1e235f52d021974eb37829060fa6c19766c9;hp=0000000000000000000000000000000000000000;hb=6896c756f06ff0ca4a36d39e9ad901822d5c3d45;hpb=729ae7ea896340b69a4021e0201b9d1c8d29ee89 diff --git a/download-mnist.sh b/download-mnist.sh new file mode 100755 index 0000000..f68e1e2 --- /dev/null +++ b/download-mnist.sh @@ -0,0 +1,7 @@ +#!/bin/sh +set -eux +curl -O http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz +curl -O http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz +curl -O http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz +curl -O http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz +gunzip *ubyte.gz