C3Net.pytorch icon indicating copy to clipboard operation
C3Net.pytorch copied to clipboard

Pytorch code for our NeurIPS 2019 paper "Cross-channel Communication Networks"

Results 2 C3Net.pytorch issues
Sort by recently updated
recently updated
newest added

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...

1. lib/network/senet_pytorch and lib/network/ncnet_pytorch are empty. lacks the backbones for imagenet. 2. torch.nn.modules.module.ModuleAttributeError: 'Sequential' object has no attribute 'cn'. It seems that the code base lacks the channel correlation module....