This is a TensorFlow replication of experiments on CIFAR-10 mentioned in ResNet (K. He, et al., Deep Residual Learning for Image Recognition). My codes:
Adapts Keras’s example codes of ResNet for CIFAR-10 (note that this is a simpler version specially designed for CIFAR-10); Apply the SENet module to the ResNet; Re-train the ResNet w/o SENet on CIFAR-10 for benchmark evaluation.