MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / __init__

Method __init__

mmdet/models/backbones/efficientnet.py:41–89  ·  view source on GitHub ↗
(self,
                 in_channels,
                 out_channels,
                 mid_channels,
                 kernel_size=3,
                 stride=1,
                 se_cfg=None,
                 with_residual=True,
                 conv_cfg=None,
                 norm_cfg=dict(type='BN'),
                 act_cfg=dict(type='ReLU'),
                 drop_path_rate=0.,
                 with_cp=False,
                 init_cfg=None,
                 **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.45

Calls 1

SELayerClass · 0.85

Tested by

no test coverage detected