diff --git a/data/download_mnist.sh b/data/download_mnist.sh deleted file mode 100755 index ddddfee..0000000 --- a/data/download_mnist.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -wget https://github.com/zalandoresearch/fashion-mnist/blob/master/data/fashion/t10k-images-idx3-ubyte.gz?raw=true -wget https://github.com/zalandoresearch/fashion-mnist/blob/master/data/fashion/t10k-labels-idx1-ubyte.gz?raw=true -wget https://github.com/zalandoresearch/fashion-mnist/blob/master/data/fashion/train-images-idx3-ubyte.gz?raw=true -wget https://github.com/zalandoresearch/fashion-mnist/blob/master/data/fashion/train-labels-idx1-ubyte.gz?raw=true -mv t10k-images-idx3-ubyte.gz\?raw\=true t10k-images-idx3-ubyte.gz -mv t10k-labels-idx1-ubyte.gz\?raw\=true t10k-labels-idx1-ubyte.gz -mv train-images-idx3-ubyte.gz\?raw\=true train-images-idx3-ubyte.gz -mv train-labels-idx1-ubyte.gz\?raw\=true train-labels-idx1-ubyte.gz - diff --git a/data/t10k-images-idx3-ubyte.gz b/data/t10k-images-idx3-ubyte.gz new file mode 100644 index 0000000..667844f Binary files /dev/null and b/data/t10k-images-idx3-ubyte.gz differ diff --git a/data/t10k-labels-idx1-ubyte.gz b/data/t10k-labels-idx1-ubyte.gz new file mode 100644 index 0000000..abdddb8 Binary files /dev/null and b/data/t10k-labels-idx1-ubyte.gz differ diff --git a/data/train-images-idx3-ubyte.gz b/data/train-images-idx3-ubyte.gz new file mode 100644 index 0000000..e6ee0e3 Binary files /dev/null and b/data/train-images-idx3-ubyte.gz differ diff --git a/data/train-labels-idx1-ubyte.gz b/data/train-labels-idx1-ubyte.gz new file mode 100644 index 0000000..9c4aae2 Binary files /dev/null and b/data/train-labels-idx1-ubyte.gz differ