Skip to content

Commit

Permalink
support hrnet frozen stage
Browse files Browse the repository at this point in the history
  • Loading branch information
sshuair committed Jul 31, 2021
1 parent 0706a00 commit 7fae39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmseg/models/backbones/hrnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def __init__(self,
norm_cfg=dict(type='BN', requires_grad=True),
norm_eval=False,
with_cp=False,
frozen_stages=1,
frozen_stages=-1,
zero_init_residual=False,
pretrained=None,
init_cfg=None):
Expand Down

0 comments on commit 7fae39c

Please sign in to comment.