README

MobileNetV2

This folder contains building code for MobileNetV2, based on MobileNetV2: Inverted Residuals and Linear Bottlenecksarrow-up-right

Performance

Latency

This is the timing of MobileNetV1arrow-up-right vs MobileNetV2 using TF-Lite on the large core of Pixel 1 phone.

mnet_v1_vs_v2_pixel1_latency.png

MACs

MACs, also sometimes known as MADDs - the number of multiply-accumulates needed to compute an inference on a single image is a common metric to measure the efficiency of the model.

Below is the graph comparing V2 vs a few selected networks. The size of each blob represents the number of parameters. Note for ShuffleNetarrow-up-right there are no published size numbers. We estimate it to be comparable to MobileNetV2 numbers.

madds_top1_accuracy

Pretrained models

Imagenet Checkpoints

Example

See this ipython notebookarrow-up-right or open and run the network directly in Colaboratoryarrow-up-right.

Last updated

Was this helpful?