Contributions to Keras and Keras Contrib¶
Keras Applications¶
Various state of the art models listed below were merged with Keras or Keras contrib as below :
- NASNet
(Keras)
- MobilNet V1
(Keras)
- NASNet
(Keras-Contrib)
- DenseNet
(Keras-Contrib)
- Wide ResNet
(Keras-Contrib)
- Residual of Residual Networks
(Keras-Contrib)
Contrib Callbacks¶
Added the Snapshot Ensemble callback manager for Contrib.
Contrib Layers¶
Added a few layers to Keras Contrib :
SubPixelUpscaling
BatchRenormalization
GroupNormalization