titu1994 / keras-efficientnets

Keras Implementation of EfficientNets
MIT License
188 stars 63 forks source link

EfficientNet-Lite #26

Open l0stpenguin opened 4 years ago

l0stpenguin commented 4 years ago

EfficientNet-lite has been released:

EfficientNet-lite are a set of mobile/IoT friendly image classification models. Notably, while EfficientNet-EdgeTPU that is specialized for Coral EdgeTPU, these EfficientNet-lite models run well on all mobile CPU/GPU/EdgeTPU.

https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet/lite

Can you provide the pretrained model on imagenet for these too?