braindecode.modules.CATLite#
- class braindecode.modules.CATLite(in_channels: int, reduction_rate: int, bias: bool = True)[source]#
Modification of CAT without the convolutional layer from [Wu2023].
- Parameters:
References
[Wu2023]Wu, Z. et al., 2023 CAT: Learning to Collaborate Channel and Spatial Attention from Multi-Information Fusion. IET Computer Vision 2023.
Methods