forked from mindspore-Ecosystem/mindspore
inceptionv4 bug fix r1.3
This commit is contained in:
parent
24df7fc466
commit
ea77c477c5
|
@ -85,7 +85,7 @@ function infer()
|
||||||
fi
|
fi
|
||||||
mkdir result_Files
|
mkdir result_Files
|
||||||
mkdir time_Result
|
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
|
if [ $? -ne 0 ]; then
|
||||||
echo "execute inference failed"
|
echo "execute inference failed"
|
||||||
|
|
Loading…
Reference in New Issue