braindecode.modules.GSoP#
- class braindecode.modules.GSoP(in_channels: int, reduction_rate: int, bias: bool = True)[source]#
Global Second-order Pooling Convolutional Networks from [Gao2018].
- Parameters:
References
[Gao2018]Gao, Z., Jiangtao, X., Wang, Q., Li, P., 2018.
Global Second-order Pooling Convolutional Networks. CVPR 2018.
Methods