public
squeeze_excite
— function
squeeze_excite(channels, reduction = 4)
Squeeze and excitation layer used by MobileNet variants (reference).
Arguments
channels
: the number of input/output feature mapsreduction = 4
: the reduction factor for the number of hidden feature maps (must be ≥ 1)