keras-cv
keras-cv copied to clipboard
Add EfficientNet Lite model variants.
Short Description EfficientNet Lite models are lighter variants of EfficientNets more suitable for mobile deployment.
Existing Implementations Original implementation - link My reimplementation - link
Other Information EfficientNet Lite's have been requested multiple times in the Tensorflow/Keras ecosystem:
https://github.com/keras-team/keras/issues/16835 https://github.com/tensorflow/tensorflow/issues/45091 https://github.com/tensorflow/tensorflow/pull/48400
Let me know what you think!
Would love to pick this up if noone else is currently working on this. @sebastian-sz
@MrinalTyagi I actually wanted to add these models, but I'm waiting for:
- Acceptance / contribution welcome tag from the repo authors.
- When keras-team/keras#570 is merged
There should also be some API discussion: do we want these as separate models, like EfficientNetLiteB0
or kind of like MobilenetV3
add a minimalistic
or lite
flag to existing implementation.