Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 497 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 497 Bytes

MobileNetV3_keras

This is an unofficial implementation of MobileNetV3 described in Searching for MobileNetV3. This repository contains small and large MobileNetV3 architecture implemented using TensforFlow with tensorflow 2.0 keras API. Part of codes come from Keras Mobilenet applications

Requirements

  • Python 3.7+
  • TensorFlow 2.0
  • Keras-Applications