diff --git a/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_full_8p.sh b/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_full_8p.sh index 683c73964d1c8ab783004dd3629863a60d691271..eda9c087d5b7895e2cc59e8912cdf05f9d449b37 100644 --- a/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_full_8p.sh +++ b/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_full_8p.sh @@ -97,7 +97,7 @@ do #let a=RANK_ID*12 #let b=RANK_ID+1 #let c=b*12-1 - if [ $(uname -m) = "aarch64"] + if [ $(uname -m) = "aarch64" ] then PID_START=$((KERNEL_NUM * RANK_ID)) PID_END=$((PID_START + KERNEL_NUM - 1)) diff --git a/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_performance_8p.sh b/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_performance_8p.sh index 87f8dc12902bac7f4d536f16026b57625d935bf6..9e2182cde8fc1fb8c3c71ca8a96474c4f7b0be16 100644 --- a/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_performance_8p.sh +++ b/PyTorch/built-in/cv/classification/MobileNetV3-Large_ID1784_for_PyTorch/test/train_performance_8p.sh @@ -95,7 +95,7 @@ do fi # 绑核,不需要的绑核的模型删除,需要模型审视修改 - if [ $(uname -m) = "aarch64"] + if [ $(uname -m) = "aarch64" ] then PID_START=$((KERNEL_NUM * RANK_ID)) PID_END=$((PID_START + KERNEL_NUM - 1))