Reimplementation of Image Classification model Squeeze and Excitation Networks in Keras 2.0.3+
Note: this was meant to be a practice and not some serious stuff
Current supported models:
- SE-ResNetV2. Custom ResNets can be built using the
SEResNet
model builder, whereas prebuilt Resnet models such asSEResNet18
,SEResNet50
,SEResNet101
andSEResNet154
can also be built directly.