C3Net.pytorch
C3Net.pytorch copied to clipboard
I provide an unofficial and simple implementation. Hope it is right.
This is an unofficial and simple implementation of NIPS2019 paper "Cross-channel Communication Networks": https://github.com/lc82111/simpleCrossChannleNetwork If I'm right, it seems cross-channle module is another version of Squeeze-and-Excitation (SE) block, because the attention is also a single scalar.
I hope I'm wrong about this.