From e9a62a61efaa1a645d886c0f0c796c9b57b189b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=92=99=E5=A5=87?= <9953698+wang-mengqi22@user.noreply.gitee.com> Date: Wed, 23 Mar 2022 02:38:16 +0000 Subject: [PATCH] /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..a808f35aef 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 @@ -68,6 +68,7 @@ nohup python3 main.py --dataset_name OpenImages \ --workers 4 \ --data_root $data_path \ --mask_root $data_path \ + --metadata_root $data_path/metadata/ \ --box_v2_metric True \ --iou_threshold_list 30 50 70 \ --eval_checkpoint_type last > $cur_path/test/output/$ASCEND_DEVICE_ID/train_$ASCEND_DEVICE_ID.log 2>&1 & -- Gitee