braindecode.modules.SRM#
- class braindecode.modules.SRM(in_channels: int, use_mlp: bool = False, reduction_rate: int = 4, bias: bool = False)[source]#
Attention module from [Lee2019].
- Parameters:
References
[Lee2019]Lee, H., Kim, H., Nam, H., 2019. SRM: A Style-based
Recalibration Module for Convolutional Neural Networks. ICCV 2019.
Methods