braindecode.modules.GCT#
- class braindecode.modules.GCT(in_channels)[source]#
 Gated Channel Transformation from [Yang2020].
- Parameters:
 in_channels (int) – number of input feature channels
References
[Yang2020]Yang, Z. Linchao, Z., Wu, Y., Yang, Y., 2020. Gated Channel Transformation for Visual Recognition. CVPR 2020.
Methods