Leerw / EfficientNet-Lite-Tensorflow2

EfficientNet-Lite for Tensorflow2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

EfficientNet-Lite for Tensorflow2

License:MIT License


Languages

Language:Python 68.3%Language:Jupyter Notebook 31.7%