close nnie
This commit is contained in:
parent
9df1092f5c
commit
9ccd8024d4
|
@ -137,10 +137,11 @@ if [[ $backend == "all" || $backend == "x86-all" || $backend == "x86" || $backen
|
|||
fi
|
||||
|
||||
if [[ $backend == "all" || $backend == "arm32_3516D" ]]; then
|
||||
sh $cur_path/scripts/nnie/run_converter_nnie.sh -r $release_path -m $models_path -d $device_id -e $backend
|
||||
hi3516_status=$?
|
||||
if [[ $hi3516_status -ne 0 ]]; then
|
||||
echo "Run nnie hi3516 failed"
|
||||
exit 1
|
||||
fi
|
||||
exit 0
|
||||
# sh $cur_path/scripts/nnie/run_converter_nnie.sh -r $release_path -m $models_path -d $device_id -e $backend
|
||||
# hi3516_status=$?
|
||||
# if [[ $hi3516_status -ne 0 ]]; then
|
||||
# echo "Run nnie hi3516 failed"
|
||||
# exit 1
|
||||
# fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue