Section Navigation
Squeeze-and-Excitation Networks from [Hu2018].
in_channels (int,) – number of input feature channels.
reduction_rate (int,) – reduction ratio of the fully-connected layers.
bias (bool, default=False) – if True, adds a learnable bias will be used in the convolution.
References
Hu, J., Albanie, S., Sun, G., Wu, E., 2018.
Squeeze-and-Excitation Networks. CVPR 2018.
Methods
Apply the Squeeze-and-Excitation block to the input tensor.
x (Pytorch.Tensor)
scale*x
Pytorch.Tensor
SqueezeAndExcitation
SqueezeAndExcitation.forward()