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 df212e7 commit 72477e1Copy full SHA for 72477e1
mmdet/models/backbones/swin.py
@@ -515,7 +515,7 @@ class SwinTransformer(BaseModule):
515
to convert some keys to make it compatible.
516
Default: False.
517
frozen_stages (int): Stages to be frozen (stop grad and set eval mode).
518
- -1 means not freezing any parameters.
+ Default: -1 (-1 means not freezing any parameters).
519
init_cfg (dict, optional): The Config for initialization.
520
Defaults to None.
521
"""
0 commit comments