!22870 modify for I48FSU

Merge pull request !22870 from 郑彬/I48FSU_squeezenet_eval_failed
This commit is contained in:
i-robot 2021-09-03 09:08:43 +00:00 committed by Gitee
commit d923b6edd6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ then
exit 1
fi
expr $3 + 0 &>/dev/null
expr $3 + 6 &>/dev/null
if [ $? != 0 ]; then
echo "DEVICE_ID=$3 is not an integer!"
exit 1