We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172f9b9 commit 2a643e4Copy full SHA for 2a643e4
mmdet/models/backbones/swin.py
@@ -504,7 +504,7 @@ class SwinTransformer(BaseModule):
504
use_abs_pos_embed (bool): If True, add absolute position embedding to
505
the patch embedding. Defaults: False.
506
act_cfg (dict): Config dict for activation layer.
507
- Default: dict(type='LN').
+ Default: dict(type='GELU').
508
norm_cfg (dict): Config dict for normalization layer at
509
output of backone. Defaults: dict(type='LN').
510
with_cp (bool, optional): Use checkpoint or not. Using checkpoint
0 commit comments