From ae27492817291ab24ff5ea4e793c78afccdb0b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=84=B1?= Date: Mon, 28 Mar 2022 03:42:18 +0000 Subject: [PATCH] =?UTF-8?q?retinanet=20=E8=AF=AF=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configs/retinanet/retinanet_r50_fpn_1x_coco.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/configs/retinanet/retinanet_r50_fpn_1x_coco.py b/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/configs/retinanet/retinanet_r50_fpn_1x_coco.py index d1b74334ba..8a05c03bb0 100644 --- a/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/configs/retinanet/retinanet_r50_fpn_1x_coco.py +++ b/PyTorch/built-in/cv/detection/RetinaNet_for_PyTorch/configs/retinanet/retinanet_r50_fpn_1x_coco.py @@ -31,5 +31,4 @@ data = dict( workers_per_gpu=8 ) -#optimizer_config = dict(_delete_=True, grad_clip=dict(max_norm=10, norm_type=2)) -total_epochs = 1 \ No newline at end of file +optimizer_config = dict(_delete_=True, grad_clip=dict(max_norm=10, norm_type=2)) \ No newline at end of file -- Gitee