We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cedcd commit 831ba64Copy full SHA for 831ba64
configs/wider_face/ssd300_wider_face.py
@@ -5,7 +5,7 @@
5
model = dict(bbox_head=dict(num_classes=1))
6
# optimizer
7
optimizer = dict(type='SGD', lr=0.012, momentum=0.9, weight_decay=5e-4)
8
-optimizer_config = dict()
+optimizer_config = dict(grad_clip=dict(max_norm=35, norm_type=2))
9
# learning policy
10
lr_config = dict(
11
policy='step',
0 commit comments