Enable MobileNet in the benchmark test (#1194)
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 14 May 2018 04:43:21 +0000 (13:43 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 14 May 2018 04:43:21 +0000 (13:43 +0900)
For EPIC 2 (#238)

This patch adds MobileNet to the list of benchmark tests.

Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
tools/test_driver/run_benchmark.sh
tools/test_driver/test_driver.sh

index cf10d9d..52ec958 100755 (executable)
@@ -22,7 +22,7 @@ BENCHMARK_RUN_TEST_SH=
 BENCHMARK_DRIVER_BIN=
 BENCHMARK_REPORT_DIR=
 BENCHMARK_MODELS_FILE=
-BENCHMARK_MODEL_LIST="inceptionv3/inception_nonslim inceptionv3/inception_slim"
+BENCHMARK_MODEL_LIST="inceptionv3/inception_nonslim inceptionv3/inception_slim mobilenet"
 
 function Usage()
 {
index bf69d7e..ba32c96 100755 (executable)
@@ -206,7 +206,7 @@ if [ "$ALLTEST_ON" == "true" ] || [ "$VERIFICATION_ON" == "true" ]; then
         --testname="Verification"
 fi
 
-# Run tflite_benchmark with Iv3_non_slim & Iv3_slim
+# Run tflite_benchmark with tflite models
 if [ "$BENCHMARK_ON" == "true" ]; then
     if [ -z "$BENCHMARK_DRIVER_BIN" ]; then
         DRIVER_BIN=$ARTIFACT_PATH/Product/out/bin/tflite_benchmark