braindecode.modules.FCA#
- class braindecode.modules.FCA(in_channels, seq_len: int = 62, reduction_rate: int = 4, freq_idx: int = 0)[source]#
Frequency Channel Attention Networks from [Qin2021].
- Parameters:
References
[Qin2021]Qin, Z., Zhang, P., Wu, F., Li, X., 2021.
FcaNet: Frequency Channel Attention Networks. ICCV 2021.
Methods