Skip to content

Commit

Permalink
freeze ga
Browse files Browse the repository at this point in the history
  • Loading branch information
cizhenshi committed Jul 26, 2019
1 parent 03da01f commit 6e7b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/rscup/htc_deform_ga.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
test_mode=True))
# optimizer
optimizer = dict(type='SGD', lr=6e-4, momentum=0.9, weight_decay=0.0001)
optimizer_config = dict(grad_clip=dict(max_norm=35, norm_type=2))
optimizer_config = dict(grad_clip=dict(max_norm=35, norm_type=2), paramwise_options=dict(nofreeze='rpn_head'))
# learning policy
lr_config = dict(
policy='step',
Expand Down

0 comments on commit 6e7b47c

Please sign in to comment.