Fix run_benchmark.sh typo(MODLES->MODELS) (#3523)
author이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 8 Nov 2018 05:12:20 +0000 (14:12 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 8 Nov 2018 05:12:20 +0000 (14:12 +0900)
- Fix run_benchmark.sh typo( MODLES -> MODELS )

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
tools/test_driver/run_benchmark.sh

index cab3bfa..6980475 100755 (executable)
@@ -22,7 +22,7 @@ BENCHMARK_RUN_TEST_SH=
 BENCHMARK_DRIVER_BIN=
 BENCHMARK_REPORT_DIR=
 BENCHMARK_MODELS_FILE=
-BENCHMARK_MODEL_LIST="MODELS/inception_nonslim MODELS/inception_slim MODLES/mobilenet"
+BENCHMARK_MODEL_LIST="MODELS/inception_nonslim MODELS/inception_slim MODELS/mobilenet"
 
 function Usage()
 {