implus / PytorchInsight

a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results
858 stars 123 forks source link

ResNet34-sk problem #34

Open sunshiding opened 4 years ago

sunshiding commented 4 years ago

Your model ResNet34-Sk is not quite right, there is no code for the corresponding sk module in BasicBlock. If you use resnet34_sk directly, it is equivalent to ResNet34?

jianghaojun commented 4 years ago

The basicblock is not implemented as a sk block, it is just a normal resnet basicblock.