From cd859f9f57692bd295a146a8cc49dc7a1b44750b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E6=B4=8B?= <10527367+yang-yang-zhang123456@user.noreply.gitee.com> Date: Mon, 28 Mar 2022 07:01:45 +0000 Subject: [PATCH] update PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh. --- .../ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh b/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh index eb9b1d165d..85c13702f6 100644 --- a/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh +++ b/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh @@ -66,6 +66,7 @@ nohup python3 main.py --dataset_name OpenImages \ --weight_decay 5.00E-04 \ --override_cache True \ --workers 4 \ + --middle_output=$data_path/middle_data \ --data_root $data_path \ --mask_root $data_path \ --box_v2_metric True \ -- Gitee