summaryrefslogtreecommitdiff
path: root/data/mnist/get_mnist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/mnist/get_mnist.sh')
-rwxr-xr-xdata/mnist/get_mnist.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/mnist/get_mnist.sh b/data/mnist/get_mnist.sh
index 07c017b0..9ece28f7 100755
--- a/data/mnist/get_mnist.sh
+++ b/data/mnist/get_mnist.sh
@@ -6,10 +6,10 @@ cd $DIR
echo "Downloading..."
-wget http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
-wget http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
-wget http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz
-wget http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz
+wget --no-check-certificate http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
+wget --no-check-certificate http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
+wget --no-check-certificate http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz
+wget --no-check-certificate http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz
echo "Unzipping..."