MCPcopy Create free account
hub / github.com/HXMap/HRMapNet / __init__

Method __init__

projects/mmdet3d_plugin/models/backbones/swin.py:391–433  ·  view source on GitHub ↗
(self,
                 embed_dims,
                 num_heads,
                 feedforward_channels,
                 window_size=7,
                 shift=False,
                 qkv_bias=True,
                 qk_scale=None,
                 drop_rate=0.,
                 attn_drop_rate=0.,
                 drop_path_rate=0.,
                 act_cfg=dict(type='GELU'),
                 norm_cfg=dict(type='LN'),
                 init_cfg=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

ShiftWindowMSAClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected