download test data

This commit is contained in:
Francesco Gatti
2017-07-26 01:46:25 -09:00
parent 483ffefc35
commit 8e4b3c6c17
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -3,3 +3,6 @@ build/
.vscode/
*.bin
*.pyc
*.prototxt
*.caffemodel
*.h5
+7
View File
@@ -1,4 +1,11 @@
#!/bin/bash
if [ "$1" == "download" ]; then
wget https://github.com/ceccocats/tkDNN/releases/download/testData/tkDNN_testwg.tar.gz --no-check-certificate
tar -xf tkDNN_testwg.tar.gz
rm tkDNN_testwg.tar.gz
exit
fi
echo "build test Model"
cd test
python test_model.py