inceptionv4 bug fix r1.3

This commit is contained in:
zhangxiaoxiao 2021-07-08 09:43:27 +08:00
parent 24df7fc466
commit ea77c477c5
1 changed files with 1 additions and 1 deletions

View File

@ -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"