Efficientnet Versions Save

Implementation of EfficientNet model. Keras and TensorFlow Keras.

v1.1.1

3 years ago

Fixes

  • Fix get_custom_objects() (#128)

v1.1.0

4 years ago

Updates

  • Add Noisy Student weights for b0-b7 models (weights="noisy-student")

v1.0.0

4 years ago

Stable release of EfficientNet

  • keras and tf.keras support
  • imagenet pretrained weights for b0-b7 models

v1.0.0b3

4 years ago
  1. Add B5 and B6 weights (thanks to @Callidior)
  2. Weights updated to better ones, trained with autoaugment (thanks to @Callidior again)

v1.0.0b2

4 years ago

Fix swish custom object deserialization

v1.0.0b1

4 years ago

Improvements:

  1. Support of keras and tf.keras frameworks
  2. Preprocessing from keras_applications
  3. Reduce number of custom objects
  4. Tests

Changes

  1. API changes (model import under framework modules)

Notes

  1. Previously trained models are not compatible with current release, use model.load_weights function or roll back to previous version - v0.0.4

v0.0.4

4 years ago

Added input_tensor param and weights for B4, B5 models.

v0.0.1

4 years ago