Releases: qubvel/efficientnet
Releases · qubvel/efficientnet
EfficientNet v1.1.1
EfficientNet v1.1.0
Updates
- Add Noisy Student weights for b0-b7 models (
weights="noisy-student"
)
EfficientNet - v1.0.0
Stable release of EfficientNet
- keras and tf.keras support
- imagenet pretrained weights for b0-b7 models
Efficientnet - v1.0.0b3
- Add B5 and B6 weights (thanks to @Callidior)
- Weights updated to better ones, trained with autoaugment (thanks to @Callidior again)
Efficientnet - v1.0.0b2
Fix swish
custom object deserialization
Efficientnet - v1.0.0b1
Improvements:
- Support of
keras
andtf.keras
frameworks - Preprocessing from
keras_applications
- Reduce number of custom objects
- Tests
Changes
- API changes (model import under framework modules)
Notes
- Previously trained models are not compatible with current release, use
model.load_weights
function or roll back to previous version - v0.0.4
Efficientnet - v0.0.4
Added input_tensor
param and weights for B4, B5 models.
Weights for EfficientNet
v0.0.1 Create README