From d60a0c49899da3008b4b16e8530d1175c67bb2ce 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:58:43 +0000 Subject: [PATCH] /RetinaNet_for_PyTorch/test/train_performance_8p.sh. --- .../detection/RetinaNet_for_PyTorch/test/train_performance_8p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_performance_8p.sh b/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_performance_8p.sh index db657d20a4..90ae02a0a6 100644 --- a/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_performance_8p.sh +++ b/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_performance_8p.sh @@ -111,6 +111,7 @@ fi mkdir -p $cur_path/../data ln -snf $data_path/coco $cur_path/../data/ cp train_retinanet_8p.sh $cur_path/../ +sed -i "s|total_epochs = 12|total_epochs = 1|g" $cur_path/../configs/_base_/schedules/schedule_1x.py #训练开始时间,不需要修改 start_time=$(date +%s) -- Gitee