Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AnjieCheng/MnasNet-PyTorch

A PyTorch implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.
https://github.com/AnjieCheng/MnasNet-PyTorch

architecture-search mnasnet mobilenetv2 pytorch

Last synced: about 1 month ago
JSON representation

A PyTorch implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.

Awesome Lists containing this project

README

        

# Overview
A PyTorch implementation of Mnasnet searched architecture: [MnasNet: Platform-Aware Neural Architecture Search for Mobile](https://arxiv.org/abs/1807.11626). 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
![Alt text](https://i.imgur.com/ryyU8cP.png)

# Disclaimer
Codes modified from [mobilenet-v2](https://github.com/tonylins/pytorch-mobilenet-v2)