Overview
August 6, 2018 · View on GitHub
A PyTorch implementation of Mnasnet searched architecture: MnasNet: Platform-Aware Neural Architecture Search for Mobile. On the ImageNet classification task, the model achieves 74.0% top-1 accuracy with 76ms latency on a Pixel phone, which is 1.5× faster than MobileNetV2
MnasNet Architecture

Disclaimer
Codes modified from mobilenet-v2