MNASNet / README.md
qc903113684's picture
Update README.md
a9bd6db verified
---
license: other
license_name: aplux-model-farm-license
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
pipeline_tag: image-classification
tags:
- AIoT
- QNN
---
![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-9.png&w=640&q=75)
## Mnasnet: Image Classification
MNASNet is a lightweight neural network architecture developed by Google, specifically designed for efficient image classification on mobile devices. MnasNet leverages automated machine learning (AutoML) with reinforcement learning to search for a network architecture that achieves an optimal balance between accuracy and latency. The MnasNet architecture builds on MobileNet’s depthwise separable convolutions, further optimizing computational efficiency. Compared to manually designed models, MnasNet offers excellent accuracy at lower computational costs, making it ideal for resource-constrained environments, such as mobile and embedded systems. This model is widely used in tasks like image classification and object detection, providing an efficient solution for mobile vision applications.
### Source model
- Input shape: 224x224
- Number of parameters: 2.12M
- Model size: 8.45M
- Output shape: 1x1000
Source model repository: [MNASNet](https://github.com/pytorch/vision/blob/main/torchvision/models/mnasnet.py)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)