diff --git a/model_zoo/official/cv/inceptionv4/scripts/run_infer_310.sh b/model_zoo/official/cv/inceptionv4/scripts/run_infer_310.sh index 44ca6b88f0e..d70fe73c094 100755 --- a/model_zoo/official/cv/inceptionv4/scripts/run_infer_310.sh +++ b/model_zoo/official/cv/inceptionv4/scripts/run_infer_310.sh @@ -85,7 +85,7 @@ function infer() fi mkdir result_Files mkdir time_Result - ../ascend310_infer/out/main --config_path=$CONFIG_FILE --model_path=$model --dataset_path=$data_path --device_id=$device_id &> infer.log + ../ascend310_infer/out/main --model_path=$model --dataset_path=$data_path --device_id=$device_id &> infer.log if [ $? -ne 0 ]; then echo "execute inference failed"