weiaicunzai / pytorch-cifar100

Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is one more Relu operation in the residual module of SEnet.

rascal112 opened this issue · comments

I find that there is one more 'nn.Relu()' in the 'self.residual' module in SEnet file.
I have seen other version of SEnet where there is no Relu operation at the end of residual module.