summaryrefslogtreecommitdiff
path: root/tests/framework/tests/inceptionv3/inception_slim/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/tests/inceptionv3/inception_slim/config.sh')
-rw-r--r--tests/framework/tests/inceptionv3/inception_slim/config.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/framework/tests/inceptionv3/inception_slim/config.sh b/tests/framework/tests/inceptionv3/inception_slim/config.sh
new file mode 100644
index 000000000..938c0fbc3
--- /dev/null
+++ b/tests/framework/tests/inceptionv3/inception_slim/config.sh
@@ -0,0 +1,9 @@
+if [ -z "$MODELFILE_SERVER" ]; then
+ MODELFILE_SERVER_URL=https://storage.googleapis.com/download.tensorflow.org/models/tflite
+ MODELFILE_NAME="inception_v3_slim_2016_android_2017_11_10.zip"
+ MODELFILE_MD5SUM="97a8c7e083c7120d4504ed08a268d371"
+else
+ MODELFILE_SERVER_URL=$MODELFILE_SERVER
+ MODELFILE_NAME="inceptionv3_slim_2016.tflite"
+ MODELFILE_MD5SUM="467942de9b8e3a01324af56d45fab233"
+fi