зеркало из https://github.com/microsoft/caffe.git
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.
This commit is contained in:
Родитель
0ec116e39c
Коммит
0f1e4e5ddd
|
@ -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..."
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче