From 7c9417e7604a161793fdfcbfcbaf0bb0f63cff98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=B2=BE=E7=A7=91?= <2351312060@qq.com> Date: Wed, 30 Mar 2022 06:22:21 +0000 Subject: [PATCH] /classification/ResNet34_ID1594_for_PyTorch/test/train_performance_8p.sh. --- .../ResNet34_ID1594_for_PyTorch/test/train_performance_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/classification/ResNet34_ID1594_for_PyTorch/test/train_performance_8p.sh b/PyTorch/contrib/cv/classification/ResNet34_ID1594_for_PyTorch/test/train_performance_8p.sh index 2438a17264..8a9920fb01 100644 --- a/PyTorch/contrib/cv/classification/ResNet34_ID1594_for_PyTorch/test/train_performance_8p.sh +++ b/PyTorch/contrib/cv/classification/ResNet34_ID1594_for_PyTorch/test/train_performance_8p.sh @@ -65,7 +65,7 @@ python3 ./main.py \ -a resnet34 \ --addr=$(hostname -I |awk '{print $1}') \ --seed=49 \ - --workers=$(nproc) \ + --workers=1024 \ --learning-rate=${learning_rate} \ --mom=0.9 \ --weight-decay=1.0e-04 \ -- Gitee