download test data
This commit is contained in:
+4
-1
@@ -2,4 +2,7 @@
|
|||||||
build/
|
build/
|
||||||
.vscode/
|
.vscode/
|
||||||
*.bin
|
*.bin
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.prototxt
|
||||||
|
*.caffemodel
|
||||||
|
*.h5
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/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"
|
echo "build test Model"
|
||||||
cd test
|
cd test
|
||||||
python test_model.py
|
python test_model.py
|
||||||
|
|||||||
Reference in New Issue
Block a user