From f50b4f54b4951e938c9fa1483136cf4030d1440b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F=E6=A0=B9?= <1101204667@qq.com> Date: Wed, 23 Mar 2022 06:06:32 +0000 Subject: [PATCH] update train_performance_8p.sh. --- .../test/train_performance_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/dev/cv/image_classification/MobileNetV3-Small_ID1785_for_PyTorch/test/train_performance_8p.sh b/PyTorch/dev/cv/image_classification/MobileNetV3-Small_ID1785_for_PyTorch/test/train_performance_8p.sh index 59c2dc2987..5e8e3876ca 100644 --- a/PyTorch/dev/cv/image_classification/MobileNetV3-Small_ID1785_for_PyTorch/test/train_performance_8p.sh +++ b/PyTorch/dev/cv/image_classification/MobileNetV3-Small_ID1785_for_PyTorch/test/train_performance_8p.sh @@ -18,7 +18,7 @@ data_path="/npu/traindata/imagenet_pytorch/" #基础参数,需要模型审视修改 #网络名称,同目录名称 -Network="MobileNetV3-Small_ID1785_for_Pytorch" +Network="MobileNetV3-Small_ID1785_for_PyTorch" #训练epoch train_epochs=1 #训练batch_size -- Gitee