Skip to content

Mobilenetv2

The classification variant of the MobileNetV2 architecture.

Architecture Variable Value
Key in architecture_dict "2D.MobileNetV2"
Input_shape (224, 224)
Standardization "tf"
Reference - Implementation

https://keras.io/api/applications/mobilenet/

Reference - Publication

Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, Liang-Chieh Chen. 13 Jan 2018. MobileNetV2: Inverted Residuals and Linear Bottlenecks.
https://arxiv.org/abs/1801.04381