Skip to content

Burf/EfficientNet-Lite-Tensorflow2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EfficientNet-Lite for Tensorflow2

This is an implementation of "EfficientNet-Lite" on Keras and Tensorflow.

The implementation is based on official implementation and keras implementation.

Model

  • Model
    • Efficientnet-Lite-B0
    • Efficientnet-Lite-B1
    • Efficientnet-Lite-B2
    • Efficientnet-Lite-B3
    • Efficientnet-Lite-B4
  • Pre-trained weight
    • Imagenet(The pre-trained weights are converted from tensorflow_hub.)

Requirements

  • Python 3
  • tensorflow 2.2▲
  • tensorflow_hub (Use the pre-trained weights)

Contributor