From a56949d0bfda1f1ae3ea59452d9a4c1f118cccfe Mon Sep 17 00:00:00 2001 From: wangchang711 <488818571@qq.com> Date: Fri, 25 Mar 2022 08:40:48 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AE=AD=E7=BB=83=E8=84=9A=E6=9C=AC=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=8F=98=E6=9B=B4=EF=BC=8C8p=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E8=B7=AF=E5=BE=84=E9=9C=80=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20=E8=AE=AD=E7=BB=83=E8=84=9A=E6=9C=AC=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=EF=BC=8C=E7=B2=BE=E5=BA=A6=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E6=89=A7=E8=A1=8C=E8=B7=AF=E5=BE=84=E9=9C=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cv/detection/RetinaNet_for_PyTorch/test/train_full_8p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_full_8p.sh b/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_full_8p.sh index 4e7bc4e2de..cfb2d20015 100644 --- a/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_full_8p.sh +++ b/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/test/train_full_8p.sh @@ -80,6 +80,7 @@ start_time=$(date +%s) mkdir -p $cur_path/../data ln -snf $data_path/coco $cur_path/../data/ +cp train_retinanet_8p.sh $cur_path/../ #进入训练脚本目录 cd $cur_path/../ -- Gitee