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

Class SELayer

mmdet/models/utils/se_layer.py:9–59  ·  view source on GitHub ↗

Squeeze-and-Excitation Module. Args: channels (int): The input (and output) channels of the SE layer. ratio (int): Squeeze ratio in SELayer, the intermediate channel will be ``int(channels/ratio)``. Default: 16. conv_cfg (None or dict): Config dict for convol

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test_se_layerFunction · 0.90
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by 1

test_se_layerFunction · 0.72