summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShandy Brown <github@ezide.com>2015-11-06 20:01:57 -0800
committerShandy Brown <github@ezide.com>2015-11-06 20:01:57 -0800
commit0f1e4e5ddd884325df82db00ae0fc531481e9c60 (patch)
tree5b771d2bafbbaa9138c5c0ea36749c8697cb1b35
parent0ec116e39c1433feaf9756cd2651c51d810fcbc6 (diff)
downloadcaffeonacl-0f1e4e5ddd884325df82db00ae0fc531481e9c60.tar.gz
caffeonacl-0f1e4e5ddd884325df82db00ae0fc531481e9c60.tar.bz2
caffeonacl-0f1e4e5ddd884325df82db00ae0fc531481e9c60.zip
Add a -c to wget so that it continues interrupted downloads
This would've saved me an overnight download (slow connection here) I tested it, and it worked for me.
-rwxr-xr-xdata/ilsvrc12/get_ilsvrc_aux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ilsvrc12/get_ilsvrc_aux.sh b/data/ilsvrc12/get_ilsvrc_aux.sh
index b9b85d21..90935f25 100755
--- a/data/ilsvrc12/get_ilsvrc_aux.sh
+++ b/data/ilsvrc12/get_ilsvrc_aux.sh
@@ -12,7 +12,7 @@ cd $DIR
echo "Downloading..."
-wget http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz
+wget -c http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz
echo "Unzipping..."