qc903113684 commited on
Commit
707d6e1
·
verified ·
1 Parent(s): 84dceb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -5
README.md CHANGED
@@ -1,5 +1,35 @@
1
- ---
2
- license: other
3
- license_name: aplux-model-farm-license
4
- license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: aplux-model-farm-license
4
+ license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
5
+ ---
6
+
7
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-9.png&w=640&q=75)
8
+
9
+ ## Mnasnet: Image Classification
10
+
11
+ 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.
12
+
13
+ ### Source model
14
+
15
+ - Input shape: 224x224
16
+ - Number of parameters: 2.12M
17
+ - Model size: 8.45M
18
+ - Output shape: 1x1000
19
+
20
+
21
+ Source model repository: [MNASNet](https://github.com/pytorch/vision/blob/main/torchvision/models/mnasnet.py)
22
+
23
+ ## Performance Reference
24
+
25
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
26
+
27
+ ## Inference & Model Conversion
28
+
29
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
30
+
31
+ ## License
32
+
33
+ - Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)
34
+
35
+ - Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)