keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Adds MobiletNetV3 to applications #176

Closed DrSlink closed 4 years ago

DrSlink commented 4 years ago

This is a keras implementation of MobileNetV3. I tried to write this as close as possible to the official tensorflow implementation and the keras implementation of MobileNetV2. This file enables access to the 6 trained MobileNetV3 models found here.

taehoonlee commented 4 years ago

Thank you for being patient, @DrSlink. I revised the PR as follows:

Thank you for the PR!