qaihm-bot commited on
Commit
0a3412a
·
verified ·
1 Parent(s): fb3ad2c

See https://github.com/qualcomm/ai-hub-models/releases/v0.61.0 for changelog.

Files changed (2) hide show
  1. README.md +86 -88
  2. release_assets.json +6 -6
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: pytorch
3
- license: other
4
  tags:
5
  - backbone
6
  - bu_auto
@@ -16,7 +16,7 @@ pipeline_tag: image-classification
16
  MNASNet05 is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases.
17
 
18
  This is based on the implementation of MNASNet05 found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/mnasnet.py).
19
- This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/mnasnet05) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
20
 
21
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
22
 
@@ -29,25 +29,25 @@ Below are pre-exported model assets ready for deployment.
29
 
30
  | Runtime | Precision | Chipset | SDK Versions | Download |
31
  |---|---|---|---|---|
32
- | ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-onnx-float.zip)
33
- | ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-onnx-w8a16.zip)
34
- | QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-qnn_dlc-float.zip)
35
- | QNN_DLC | w8a16 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-qnn_dlc-w8a16.zip)
36
- | TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-tflite-float.zip)
37
 
38
  For more device-specific assets and performance metrics, visit **[MNASNet05 on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/mnasnet05)**.
39
 
40
 
41
  ### Option 2: Export with Custom Configurations
42
 
43
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/mnasnet05) Python library to compile and export the model with your own:
44
  - Custom weights (e.g., fine-tuned checkpoints)
45
  - Custom input shapes
46
  - Target device and runtime configurations
47
 
48
  This option is ideal if you need to customize the model beyond the default configuration provided here.
49
 
50
- See our repository for [MNASNet05 on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/mnasnet05) for usage instructions.
51
 
52
  ## Model Details
53
 
@@ -63,89 +63,87 @@ See our repository for [MNASNet05 on GitHub](https://github.com/qualcomm/ai-hub-
63
  ## Performance Summary
64
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
65
  |---|---|---|---|---|---|---
66
- | MNASNet05 | ONNX | float | Snapdragon® X2 Elite | 0.231 ms | 2 - 2 MB | NPU
67
- | MNASNet05 | ONNX | float | Snapdragon® X Elite | 0.492 ms | 5 - 5 MB | NPU
68
- | MNASNet05 | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 0.332 ms | 0 - 47 MB | NPU
69
- | MNASNet05 | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 0.877 ms | 1 - 53 MB | NPU
70
- | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ IQ-8275 | 0.701 ms | 0 - 4 MB | NPU
71
  | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.486 ms | 0 - 7 MB | NPU
72
- | MNASNet05 | ONNX | float | Qualcomm® QCS8450 | 0.877 ms | 1 - 53 MB | NPU
73
- | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 0.705 ms | 1 - 3 MB | NPU
74
- | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ IQ-X7181 | 0.492 ms | 5 - 5 MB | NPU
75
- | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 0.269 ms | 0 - 32 MB | NPU
76
- | MNASNet05 | ONNX | float | Snapdragon® 8 Elite Mobile | 0.269 ms | 0 - 32 MB | NPU
77
- | MNASNet05 | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.232 ms | 0 - 28 MB | NPU
78
- | MNASNet05 | ONNX | w8a16 | Snapdragon® X2 Elite | 0.215 ms | 1 - 1 MB | NPU
79
- | MNASNet05 | ONNX | w8a16 | Snapdragon® X Elite | 0.519 ms | 0 - 0 MB | NPU
80
- | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 0.345 ms | 0 - 43 MB | NPU
81
- | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Gen 1 Mobile | 0.674 ms | 0 - 47 MB | NPU
82
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 2.138 ms | 0 - 3 MB | NPU
83
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 0.55 ms | 0 - 4 MB | NPU
84
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.515 ms | 0 - 8 MB | NPU
85
- | MNASNet05 | ONNX | w8a16 | Qualcomm® QCS8450 | 0.674 ms | 0 - 47 MB | NPU
86
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 0.667 ms | 0 - 3 MB | NPU
87
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-X7181 | 0.519 ms | 0 - 0 MB | NPU
88
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 2.234 ms | 0 - 145 MB | NPU
89
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 0.532 ms | 0 - 31 MB | NPU
90
- | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 0.261 ms | 0 - 31 MB | NPU
91
- | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Elite Mobile | 0.261 ms | 0 - 31 MB | NPU
92
- | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 0.217 ms | 0 - 31 MB | NPU
93
- | MNASNet05 | ONNX | w8a16 | Snapdragon® 7 Gen 4 Mobile | 0.532 ms | 0 - 31 MB | NPU
94
- | MNASNet05 | QNN_DLC | float | Snapdragon® X2 Elite | 0.402 ms | 1 - 1 MB | NPU
95
- | MNASNet05 | QNN_DLC | float | Snapdragon® X Elite | 0.915 ms | 1 - 1 MB | NPU
96
- | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 0.511 ms | 0 - 45 MB | NPU
97
- | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Gen 1 Mobile | 1.566 ms | 0 - 49 MB | NPU
98
- | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-8275 | 0.905 ms | 1 - 4 MB | NPU
99
- | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-8275 | 2.324 ms | 0 - 27 MB | NPU
100
- | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.784 ms | 1 - 22 MB | NPU
101
- | MNASNet05 | QNN_DLC | float | Qualcomm® SA8775P | 1.104 ms | 1 - 30 MB | NPU
102
- | MNASNet05 | QNN_DLC | float | Qualcomm® SA8650P | 1.104 ms | 1 - 30 MB | NPU
103
- | MNASNet05 | QNN_DLC | float | Qualcomm® SA8255P | 1.104 ms | 1 - 30 MB | NPU
104
- | MNASNet05 | QNN_DLC | float | Qualcomm® QCS8450 | 1.566 ms | 0 - 49 MB | NPU
105
- | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-9075 | 0.984 ms | 1 - 3 MB | NPU
106
- | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-X7181 | 0.915 ms | 1 - 1 MB | NPU
107
- | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ Q-8750 | 0.384 ms | 0 - 28 MB | NPU
108
- | MNASNet05 | QNN_DLC | float | Qualcomm® SA7255P | 2.324 ms | 0 - 27 MB | NPU
109
- | MNASNet05 | QNN_DLC | float | Qualcomm® SA8295P | 1.439 ms | 0 - 28 MB | NPU
110
- | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 0.384 ms | 0 - 28 MB | NPU
111
- | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.298 ms | 0 - 29 MB | NPU
112
- | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® X2 Elite | 0.399 ms | 0 - 0 MB | NPU
113
- | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® X Elite | 0.907 ms | 0 - 0 MB | NPU
114
- | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Gen 3 Mobile | 0.524 ms | 0 - 38 MB | NPU
115
- | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Gen 1 Mobile | 0.967 ms | 0 - 43 MB | NPU
116
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 2.74 ms | 2 - 4 MB | NPU
117
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 0.778 ms | 0 - 3 MB | NPU
118
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 1.656 ms | 0 - 28 MB | NPU
119
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.773 ms | 0 - 2 MB | NPU
120
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8775P | 0.956 ms | 0 - 29 MB | NPU
121
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8650P | 0.956 ms | 0 - 29 MB | NPU
122
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8255P | 0.956 ms | 0 - 29 MB | NPU
123
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® QCS8450 | 0.967 ms | 0 - 43 MB | NPU
124
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 0.873 ms | 0 - 2 MB | NPU
125
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-X7181 | 0.907 ms | 0 - 0 MB | NPU
126
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 3.054 ms | 0 - 140 MB | NPU
127
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 0.788 ms | 0 - 26 MB | NPU
128
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 0.353 ms | 0 - 32 MB | NPU
129
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA7255P | 1.656 ms | 0 - 28 MB | NPU
130
- | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8295P | 1.243 ms | 0 - 25 MB | NPU
131
- | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Elite Mobile | 0.353 ms | 0 - 32 MB | NPU
132
- | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 0.295 ms | 0 - 32 MB | NPU
133
- | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 7 Gen 4 Mobile | 0.788 ms | 0 - 26 MB | NPU
134
- | MNASNet05 | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 0.519 ms | 0 - 45 MB | NPU
135
- | MNASNet05 | TFLITE | float | Snapdragon® 8 Gen 1 Mobile | 1.576 ms | 0 - 51 MB | NPU
136
- | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ IQ-8275 | 0.917 ms | 0 - 9 MB | NPU
137
- | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ IQ-8275 | 2.344 ms | 0 - 30 MB | NPU
138
- | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.798 ms | 0 - 17 MB | NPU
139
  | MNASNet05 | TFLITE | float | Qualcomm® SA8775P | 1.109 ms | 0 - 31 MB | NPU
140
  | MNASNet05 | TFLITE | float | Qualcomm® SA8650P | 1.109 ms | 0 - 31 MB | NPU
141
  | MNASNet05 | TFLITE | float | Qualcomm® SA8255P | 1.109 ms | 0 - 31 MB | NPU
142
- | MNASNet05 | TFLITE | float | Qualcomm® QCS8450 | 1.576 ms | 0 - 51 MB | NPU
143
- | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ IQ-9075 | 1.041 ms | 0 - 8 MB | NPU
144
- | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ Q-8750 | 0.383 ms | 0 - 28 MB | NPU
145
- | MNASNet05 | TFLITE | float | Qualcomm® SA7255P | 2.344 ms | 0 - 30 MB | NPU
146
- | MNASNet05 | TFLITE | float | Qualcomm® SA8295P | 1.441 ms | 0 - 28 MB | NPU
147
- | MNASNet05 | TFLITE | float | Snapdragon® 8 Elite Mobile | 0.383 ms | 0 - 28 MB | NPU
148
- | MNASNet05 | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.296 ms | 0 - 31 MB | NPU
149
 
150
  ## License
151
  * The license for the original implementation of MNASNet05 can be found
 
1
  ---
2
  library_name: pytorch
3
+ license: bsd-3-clause
4
  tags:
5
  - backbone
6
  - bu_auto
 
16
  MNASNet05 is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases.
17
 
18
  This is based on the implementation of MNASNet05 found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/mnasnet.py).
19
+ This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.61.0/src/qai_hub_models/models/mnasnet05) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
20
 
21
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
22
 
 
29
 
30
  | Runtime | Precision | Chipset | SDK Versions | Download |
31
  |---|---|---|---|---|
32
+ | ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-onnx-float.zip)
33
+ | ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-onnx-w8a16.zip)
34
+ | QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-qnn_dlc-float.zip)
35
+ | QNN_DLC | w8a16 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-qnn_dlc-w8a16.zip)
36
+ | TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-tflite-float.zip)
37
 
38
  For more device-specific assets and performance metrics, visit **[MNASNet05 on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/mnasnet05)**.
39
 
40
 
41
  ### Option 2: Export with Custom Configurations
42
 
43
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.61.0/src/qai_hub_models/models/mnasnet05) Python library to compile and export the model with your own:
44
  - Custom weights (e.g., fine-tuned checkpoints)
45
  - Custom input shapes
46
  - Target device and runtime configurations
47
 
48
  This option is ideal if you need to customize the model beyond the default configuration provided here.
49
 
50
+ See our repository for [MNASNet05 on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.61.0/src/qai_hub_models/models/mnasnet05) for usage instructions.
51
 
52
  ## Model Details
53
 
 
63
  ## Performance Summary
64
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
65
  |---|---|---|---|---|---|---
66
+ | MNASNet05 | ONNX | float | Snapdragon® X2 Elite | 0.229 ms | 2 - 2 MB | NPU
67
+ | MNASNet05 | ONNX | float | Snapdragon® X Elite | 0.485 ms | 5 - 5 MB | NPU
68
+ | MNASNet05 | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 0.328 ms | 0 - 47 MB | NPU
69
+ | MNASNet05 | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 0.877 ms | 1 - 52 MB | NPU
70
+ | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ IQ-8275 | 0.705 ms | 1 - 4 MB | NPU
71
  | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.486 ms | 0 - 7 MB | NPU
72
+ | MNASNet05 | ONNX | float | Qualcomm® QCS8450 | 0.877 ms | 1 - 52 MB | NPU
73
+ | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 0.707 ms | 1 - 3 MB | NPU
74
+ | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ IQ-X7181 | 0.485 ms | 5 - 5 MB | NPU
75
+ | MNASNet05 | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 0.264 ms | 0 - 32 MB | NPU
76
+ | MNASNet05 | ONNX | float | Snapdragon® 8 Elite Mobile | 0.264 ms | 0 - 32 MB | NPU
77
+ | MNASNet05 | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.231 ms | 0 - 28 MB | NPU
78
+ | MNASNet05 | ONNX | w8a16 | Snapdragon® X2 Elite | 0.217 ms | 1 - 1 MB | NPU
79
+ | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 0.342 ms | 0 - 44 MB | NPU
80
+ | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Gen 1 Mobile | 0.669 ms | 0 - 48 MB | NPU
81
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 2.173 ms | 0 - 3 MB | NPU
82
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 0.594 ms | 0 - 4 MB | NPU
83
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.513 ms | 0 - 5 MB | NPU
84
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® QCS8450 | 0.669 ms | 0 - 48 MB | NPU
85
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 0.653 ms | 0 - 3 MB | NPU
86
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 2.24 ms | 0 - 145 MB | NPU
87
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 0.534 ms | 0 - 31 MB | NPU
88
+ | MNASNet05 | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 0.26 ms | 0 - 36 MB | NPU
89
+ | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Elite Mobile | 0.26 ms | 0 - 36 MB | NPU
90
+ | MNASNet05 | ONNX | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 0.221 ms | 0 - 33 MB | NPU
91
+ | MNASNet05 | ONNX | w8a16 | Snapdragon® 7 Gen 4 Mobile | 0.534 ms | 0 - 31 MB | NPU
92
+ | MNASNet05 | QNN_DLC | float | Snapdragon® X2 Elite | 0.411 ms | 1 - 1 MB | NPU
93
+ | MNASNet05 | QNN_DLC | float | Snapdragon® X Elite | 0.932 ms | 1 - 1 MB | NPU
94
+ | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 0.515 ms | 0 - 44 MB | NPU
95
+ | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Gen 1 Mobile | 1.557 ms | 0 - 51 MB | NPU
96
+ | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-8275 | 0.914 ms | 1 - 4 MB | NPU
97
+ | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-8275 | 2.318 ms | 1 - 27 MB | NPU
98
+ | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.788 ms | 1 - 2 MB | NPU
99
+ | MNASNet05 | QNN_DLC | float | Qualcomm® SA8775P | 1.103 ms | 1 - 30 MB | NPU
100
+ | MNASNet05 | QNN_DLC | float | Qualcomm® SA8650P | 1.103 ms | 1 - 30 MB | NPU
101
+ | MNASNet05 | QNN_DLC | float | Qualcomm® SA8255P | 1.103 ms | 1 - 30 MB | NPU
102
+ | MNASNet05 | QNN_DLC | float | Qualcomm® QCS8450 | 1.557 ms | 0 - 51 MB | NPU
103
+ | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-9075 | 1.151 ms | 1 - 3 MB | NPU
104
+ | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-X7181 | 0.932 ms | 1 - 1 MB | NPU
105
+ | MNASNet05 | QNN_DLC | float | Qualcomm® Dragonwing™ Q-8750 | 0.386 ms | 1 - 28 MB | NPU
106
+ | MNASNet05 | QNN_DLC | float | Qualcomm® SA7255P | 2.318 ms | 1 - 27 MB | NPU
107
+ | MNASNet05 | QNN_DLC | float | Qualcomm® SA8295P | 1.434 ms | 0 - 28 MB | NPU
108
+ | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 0.386 ms | 1 - 28 MB | NPU
109
+ | MNASNet05 | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.294 ms | 0 - 29 MB | NPU
110
+ | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® X2 Elite | 0.404 ms | 0 - 0 MB | NPU
111
+ | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® X Elite | 0.905 ms | 0 - 0 MB | NPU
112
+ | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Gen 3 Mobile | 0.527 ms | 0 - 38 MB | NPU
113
+ | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Gen 1 Mobile | 0.957 ms | 0 - 44 MB | NPU
114
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 2.715 ms | 2 - 4 MB | NPU
115
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 0.768 ms | 0 - 3 MB | NPU
116
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 1.636 ms | 0 - 28 MB | NPU
117
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.768 ms | 0 - 2 MB | NPU
118
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8775P | 0.955 ms | 0 - 30 MB | NPU
119
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8650P | 0.955 ms | 0 - 30 MB | NPU
120
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8255P | 0.955 ms | 0 - 30 MB | NPU
121
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® QCS8450 | 0.957 ms | 0 - 44 MB | NPU
122
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 0.855 ms | 2 - 4 MB | NPU
123
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-X7181 | 0.905 ms | 0 - 0 MB | NPU
124
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 3.051 ms | 0 - 140 MB | NPU
125
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 0.789 ms | 0 - 26 MB | NPU
126
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 0.353 ms | 0 - 27 MB | NPU
127
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA7255P | 1.636 ms | 0 - 28 MB | NPU
128
+ | MNASNet05 | QNN_DLC | w8a16 | Qualcomm® SA8295P | 1.22 ms | 0 - 25 MB | NPU
129
+ | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Elite Mobile | 0.353 ms | 0 - 27 MB | NPU
130
+ | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 0.304 ms | 0 - 28 MB | NPU
131
+ | MNASNet05 | QNN_DLC | w8a16 | Snapdragon® 7 Gen 4 Mobile | 0.789 ms | 0 - 26 MB | NPU
132
+ | MNASNet05 | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 0.522 ms | 0 - 46 MB | NPU
133
+ | MNASNet05 | TFLITE | float | Snapdragon® 8 Gen 1 Mobile | 1.577 ms | 0 - 51 MB | NPU
134
+ | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ IQ-8275 | 0.921 ms | 0 - 9 MB | NPU
135
+ | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ IQ-8275 | 2.349 ms | 0 - 28 MB | NPU
136
+ | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.794 ms | 0 - 9 MB | NPU
 
 
137
  | MNASNet05 | TFLITE | float | Qualcomm® SA8775P | 1.109 ms | 0 - 31 MB | NPU
138
  | MNASNet05 | TFLITE | float | Qualcomm® SA8650P | 1.109 ms | 0 - 31 MB | NPU
139
  | MNASNet05 | TFLITE | float | Qualcomm® SA8255P | 1.109 ms | 0 - 31 MB | NPU
140
+ | MNASNet05 | TFLITE | float | Qualcomm® QCS8450 | 1.577 ms | 0 - 51 MB | NPU
141
+ | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ IQ-9075 | 1.015 ms | 0 - 8 MB | NPU
142
+ | MNASNet05 | TFLITE | float | Qualcomm® Dragonwing™ Q-8750 | 0.38 ms | 0 - 33 MB | NPU
143
+ | MNASNet05 | TFLITE | float | Qualcomm® SA7255P | 2.349 ms | 0 - 28 MB | NPU
144
+ | MNASNet05 | TFLITE | float | Qualcomm® SA8295P | 1.452 ms | 0 - 28 MB | NPU
145
+ | MNASNet05 | TFLITE | float | Snapdragon® 8 Elite Mobile | 0.38 ms | 0 - 33 MB | NPU
146
+ | MNASNet05 | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.296 ms | 0 - 30 MB | NPU
147
 
148
  ## License
149
  * The license for the original implementation of MNASNet05 can be found
release_assets.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": "0.60.0",
3
  "precisions": {
4
  "float": {
5
  "universal_assets": {
@@ -8,19 +8,19 @@
8
  "qairt": "2.45.0.260326154327",
9
  "onnx_runtime": "1.27.1"
10
  },
11
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-onnx-float.zip"
12
  },
13
  "qnn_dlc": {
14
  "tool_versions": {
15
  "qairt": "2.45.0.260326154327"
16
  },
17
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-qnn_dlc-float.zip"
18
  },
19
  "tflite": {
20
  "tool_versions": {
21
  "qairt": "2.45.0.260326154327"
22
  },
23
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-tflite-float.zip"
24
  }
25
  }
26
  },
@@ -31,13 +31,13 @@
31
  "qairt": "2.45.0.260326154327",
32
  "onnx_runtime": "1.27.1"
33
  },
34
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-onnx-w8a16.zip"
35
  },
36
  "qnn_dlc": {
37
  "tool_versions": {
38
  "qairt": "2.45.0.260326154327"
39
  },
40
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.60.0/mnasnet05-qnn_dlc-w8a16.zip"
41
  }
42
  }
43
  }
 
1
  {
2
+ "version": "0.61.0",
3
  "precisions": {
4
  "float": {
5
  "universal_assets": {
 
8
  "qairt": "2.45.0.260326154327",
9
  "onnx_runtime": "1.27.1"
10
  },
11
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-onnx-float.zip"
12
  },
13
  "qnn_dlc": {
14
  "tool_versions": {
15
  "qairt": "2.45.0.260326154327"
16
  },
17
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-qnn_dlc-float.zip"
18
  },
19
  "tflite": {
20
  "tool_versions": {
21
  "qairt": "2.45.0.260326154327"
22
  },
23
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-tflite-float.zip"
24
  }
25
  }
26
  },
 
31
  "qairt": "2.45.0.260326154327",
32
  "onnx_runtime": "1.27.1"
33
  },
34
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-onnx-w8a16.zip"
35
  },
36
  "qnn_dlc": {
37
  "tool_versions": {
38
  "qairt": "2.45.0.260326154327"
39
  },
40
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/mnasnet05/releases/v0.61.0/mnasnet05-qnn_dlc-w8a16.zip"
41
  }
42
  }
43
  }