Wget should never be quiet
authorKai Li <kaili_kloud@163.com>
Wed, 19 Mar 2014 15:21:19 +0000 (23:21 +0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 19 Mar 2014 19:31:38 +0000 (12:31 -0700)
data/cifar10/get_cifar10.sh
data/ilsvrc12/get_ilsvrc_aux.sh
data/mnist/get_mnist.sh

index ea99893..3498117 100755 (executable)
@@ -6,7 +6,7 @@ cd $DIR
 
 echo "Downloading..."
 
-wget -q http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz
+wget http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz
 
 echo "Unzipping..."
 
index 1c6d3e6..2c7f48c 100755 (executable)
@@ -11,7 +11,7 @@ cd $DIR
 
 echo "Downloading..."
 
-wget -q https://www.dropbox.com/s/g5myor4y2scdv95/caffe_ilsvrc12.tar.gz
+wget https://www.dropbox.com/s/g5myor4y2scdv95/caffe_ilsvrc12.tar.gz
 
 echo "Unzipping..."
 
index 8295acd..07c017b 100755 (executable)
@@ -6,10 +6,10 @@ cd $DIR
 
 echo "Downloading..."
 
-wget -q http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
-wget -q http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
-wget -q http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz
-wget -q http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz
+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
 
 echo "Unzipping..."