Skip to content

Efficientnet - v1.0.0b1

Compare
Choose a tag to compare
@qubvel qubvel released this 02 Aug 11:42
· 15 commits to master since this release
2e5be5c

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