Skip to content

Commit

Permalink
Add a -c to wget so that it continues interrupted downloads
Browse files Browse the repository at this point in the history
This would've saved me an overnight download (slow connection here)

I tested it, and it worked for me.
  • Loading branch information
sjbrown committed Nov 7, 2015
1 parent 0ec116e commit 0f1e4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ilsvrc12/get_ilsvrc_aux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

Expand Down

0 comments on commit 0f1e4e5

Please sign in to comment.