From 97035b6b4406d4c31e876d00943c8c5d207ea09c Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 15 Aug 2020 22:33:44 +0800 Subject: [PATCH] add new nets --- mindspore/lite/test/run_benchmark_nets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/lite/test/run_benchmark_nets.sh b/mindspore/lite/test/run_benchmark_nets.sh index e3e6166f20..ee4fa5f00b 100644 --- a/mindspore/lite/test/run_benchmark_nets.sh +++ b/mindspore/lite/test/run_benchmark_nets.sh @@ -189,7 +189,7 @@ while read line; do fi echo ${model_name} echo './converter_lite --fmk=TFLITE --modelFile='${models_path}'/'${model_name}' --outputFile='${ms_models_path}'/'${model_name}_posttraining' --quantType=PostTraining --config_file='${models_path}'/'${model_name}'_posttraining.config' - ./converter_lite --fmk=TFLITE --modelFile=$models_path/${model_name} --outputFile=${ms_models_path}/${model_name}_posttraining --quantType=PostTraining --config_file=${models_path}/${model_name}_posttraining.config + ./converter_lite --fmk=TFLITE --modelFile=$models_path/${model_name} --outputFile=${ms_models_path}/${model_name}_posttraining --quantType=PostTraining --config_file=${models_path}/${model_name}_posttraining.config || exit 1 done < ${models_tflite_posttraining_config} # Push to the arm and run benchmark: