Skip to content

Commit

Permalink
refine docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjun2016 committed Jul 25, 2021
1 parent e1758e4 commit 813fd66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmseg/models/backbones/resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ class ResNet(BaseModule):
freeze running stats (mean and var). Note: Effect on Batch Norm
and its variants only. Default: False.
dcn (dict | None): Dictionary to construct and config DCN conv layer.
When dcn is not None, conv_cfg must be None.
Default: None.
When dcn is not None, conv_cfg must be None. Default: None.
stage_with_dcn (Sequence[bool]): Whether to set DCN conv for each
stage. The length of stage_with_dcn is equal to num_stages.
Default: (False, False, False, False).
Expand Down

0 comments on commit 813fd66

Please sign in to comment.