download test data
This commit is contained in:
@@ -3,3 +3,6 @@ build/
|
||||
.vscode/
|
||||
*.bin
|
||||
*.pyc
|
||||
*.prototxt
|
||||
*.caffemodel
|
||||
*.h5
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user