summaryrefslogtreecommitdiff
path: root/tests/framework/tests/inceptionv3/inception_nonslim/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/tests/inceptionv3/inception_nonslim/config.sh')
-rw-r--r--tests/framework/tests/inceptionv3/inception_nonslim/config.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/framework/tests/inceptionv3/inception_nonslim/config.sh b/tests/framework/tests/inceptionv3/inception_nonslim/config.sh
deleted file mode 100644
index 462a79618..000000000
--- a/tests/framework/tests/inceptionv3/inception_nonslim/config.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-if [ -z "$MODELFILE_SERVER" ]; then
- MODELFILE_SERVER_URL=https://storage.googleapis.com/download.tensorflow.org/models/tflite
- MODELFILE_NAME="inception_v3_2015_2017_11_10.zip"
- MODELFILE_MD5SUM="1da1555f2b63e520b9c8217921340860"
-else
- MODELFILE_SERVER_URL=$MODELFILE_SERVER
- MODELFILE_NAME="inceptionv3_non_slim_2015.tflite"
- MODELFILE_MD5SUM="58583dc1a7943684933a2a132e23c4ea"
-fi