What is: MnasNet?
Source | MnasNet: Platform-Aware Neural Architecture Search for Mobile |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
MnasNet is a type of convolutional neural network optimized for mobile devices that is discovered through mobile neural architecture search, which explicitly incorporates model latency into the main objective so that the search can identify a model that achieves a good trade-off between accuracy and latency. The main building block is an inverted residual block (from MobileNetV2).