qaihm-bot commited on
Commit
91b4ce9
·
verified ·
1 Parent(s): 5a844eb

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

Files changed (2) hide show
  1. README.md +86 -80
  2. release_assets.json +6 -6
README.md CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: image-classification
16
  EfficientNetV2-s 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 EfficientNet-V2-s found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/efficientnet.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.57.3/src/qai_hub_models/models/efficientnet_v2_s) 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.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-onnx-float.zip)
33
- | ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-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/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-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/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-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/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-tflite-float.zip)
37
 
38
  For more device-specific assets and performance metrics, visit **[EfficientNet-V2-s on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/efficientnet_v2_s)**.
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.57.3/src/qai_hub_models/models/efficientnet_v2_s) 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 [EfficientNet-V2-s on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.3/src/qai_hub_models/models/efficientnet_v2_s) for usage instructions.
51
 
52
  ## Model Details
53
 
@@ -63,78 +63,84 @@ See our repository for [EfficientNet-V2-s on GitHub](https://github.com/qualcomm
63
  ## Performance Summary
64
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
65
  |---|---|---|---|---|---|---
66
- | EfficientNet-V2-s | ONNX | float | Snapdragon® X2 Elite | 4.395 ms | 211 - 211 MB | NPU
67
- | EfficientNet-V2-s | ONNX | float | Snapdragon® X Elite | 5.638 ms | 147 - 147 MB | NPU
68
- | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 4.06 ms | 1 - 155 MB | NPU
69
- | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 11.678 ms | 2 - 187 MB | NPU
70
- | EfficientNet-V2-s | ONNX | float | Qualcomm® QCS8550 (Proxy) | 5.373 ms | 0 - 51 MB | NPU
71
- | EfficientNet-V2-s | ONNX | float | Qualcomm® QCS8450 | 11.678 ms | 2 - 187 MB | NPU
72
- | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Elite Mobile | 3.087 ms | 2 - 201 MB | NPU
73
- | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.239 ms | 1 - 201 MB | NPU
74
- | EfficientNet-V2-s | ONNX | float | Qualcomm® QCS9075 | 8.06 ms | 2 - 47 MB | NPU
75
- | EfficientNet-V2-s | ONNX | float | Qualcomm® QCS8750 | 3.087 ms | 2 - 201 MB | NPU
76
- | EfficientNet-V2-s | ONNX | float | Qualcomm® QCS7181 | 5.638 ms | 147 - 147 MB | NPU
77
- | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® X2 Elite | 2.367 ms | 212 - 212 MB | NPU
78
- | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® X Elite | 5.711 ms | 181 - 181 MB | NPU
79
- | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 3.642 ms | 0 - 198 MB | NPU
80
- | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Gen 1 Mobile | 6.694 ms | 1 - 208 MB | NPU
81
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS6490 | 17.251 ms | 1 - 46 MB | NPU
82
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS8550 (Proxy) | 5.464 ms | 0 - 34 MB | NPU
83
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS8450 | 6.694 ms | 1 - 208 MB | NPU
84
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS9075 | 5.976 ms | 1 - 46 MB | NPU
85
- | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 2.002 ms | 1 - 163 MB | NPU
86
- | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Elite Mobile | 2.511 ms | 0 - 164 MB | NPU
87
- | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 7 Gen 4 Mobile | 6.435 ms | 1 - 269 MB | NPU
88
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCM6690 | 34.927 ms | 0 - 269 MB | NPU
89
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS7790 | 6.435 ms | 1 - 269 MB | NPU
90
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS8750 | 2.511 ms | 0 - 164 MB | NPU
91
- | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS7181 | 5.711 ms | 181 - 181 MB | NPU
92
- | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® X2 Elite | 3.443 ms | 2 - 2 MB | NPU
93
- | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® X Elite | 6.425 ms | 2 - 2 MB | NPU
94
- | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 4.337 ms | 0 - 157 MB | NPU
95
- | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Gen 1 Mobile | 13.461 ms | 0 - 187 MB | NPU
96
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS8275 | 25.746 ms | 2 - 75 MB | NPU
97
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 5.83 ms | 2 - 3 MB | NPU
98
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS8450 | 13.461 ms | 0 - 187 MB | NPU
99
- | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 3.137 ms | 0 - 78 MB | NPU
100
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® SA8295P | 13.026 ms | 2 - 106 MB | NPU
101
- | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.286 ms | 2 - 84 MB | NPU
102
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® SA7255P | 25.746 ms | 2 - 75 MB | NPU
103
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS9075 | 8.747 ms | 4 - 7 MB | NPU
104
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS8750 | 3.137 ms | 0 - 78 MB | NPU
105
- | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS7181 | 6.425 ms | 2 - 2 MB | NPU
106
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® X2 Elite | 2.877 ms | 1 - 1 MB | NPU
107
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® X Elite | 6.792 ms | 1 - 1 MB | NPU
108
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Gen 3 Mobile | 4.2 ms | 0 - 175 MB | NPU
109
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Gen 1 Mobile | 8.093 ms | 0 - 186 MB | NPU
110
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS6490 | 18.716 ms | 1 - 3 MB | NPU
111
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS8275 | 12.095 ms | 1 - 134 MB | NPU
112
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS8550 (Proxy) | 6.261 ms | 1 - 2 MB | NPU
113
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS8450 | 8.093 ms | 0 - 186 MB | NPU
114
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS9075 | 6.908 ms | 1 - 3 MB | NPU
115
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 2.227 ms | 1 - 146 MB | NPU
116
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Elite Mobile | 2.803 ms | 0 - 145 MB | NPU
117
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® SA8295P | 8.376 ms | 1 - 134 MB | NPU
118
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 7 Gen 4 Mobile | 6.998 ms | 1 - 254 MB | NPU
119
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCM6690 | 41.701 ms | 1 - 255 MB | NPU
120
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® SA7255P | 12.095 ms | 1 - 134 MB | NPU
121
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS7790 | 6.998 ms | 1 - 254 MB | NPU
122
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS8750 | 2.803 ms | 0 - 145 MB | NPU
123
- | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS7181 | 6.792 ms | 1 - 1 MB | NPU
124
- | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 4.325 ms | 0 - 200 MB | NPU
125
- | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Gen 1 Mobile | 13.45 ms | 0 - 230 MB | NPU
126
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® QCS8275 | 25.823 ms | 0 - 116 MB | NPU
127
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 5.771 ms | 0 - 3 MB | NPU
128
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8775P | 39.37 ms | 0 - 33 MB | GPU
129
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8650P | 39.37 ms | 0 - 33 MB | GPU
130
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8255P | 39.37 ms | 0 - 33 MB | GPU
131
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® QCS8450 | 13.45 ms | 0 - 230 MB | NPU
132
- | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Elite Mobile | 3.133 ms | 0 - 124 MB | NPU
133
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8295P | 13.002 ms | 0 - 148 MB | NPU
134
- | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.258 ms | 0 - 120 MB | NPU
135
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA7255P | 25.823 ms | 0 - 116 MB | NPU
136
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® QCS9075 | 8.767 ms | 0 - 51 MB | NPU
137
- | EfficientNet-V2-s | TFLITE | float | Qualcomm® QCS8750 | 3.133 ms | 0 - 124 MB | NPU
 
 
 
 
 
 
138
 
139
  ## License
140
  * The license for the original implementation of EfficientNet-V2-s can be found
 
16
  EfficientNetV2-s 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 EfficientNet-V2-s found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/efficientnet.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.58.0/src/qai_hub_models/models/efficientnet_v2_s) 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.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-onnx-float.zip)
33
+ | ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-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/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-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/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-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/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-tflite-float.zip)
37
 
38
  For more device-specific assets and performance metrics, visit **[EfficientNet-V2-s on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/efficientnet_v2_s)**.
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.58.0/src/qai_hub_models/models/efficientnet_v2_s) 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 [EfficientNet-V2-s on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.58.0/src/qai_hub_models/models/efficientnet_v2_s) 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
+ | EfficientNet-V2-s | ONNX | float | Snapdragon® X2 Elite | 3.035 ms | 2 - 2 MB | NPU
67
+ | EfficientNet-V2-s | ONNX | float | Snapdragon® X Elite | 5.605 ms | 46 - 46 MB | NPU
68
+ | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 4.061 ms | 0 - 165 MB | NPU
69
+ | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 11.635 ms | 2 - 197 MB | NPU
70
+ | EfficientNet-V2-s | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 5.347 ms | 0 - 49 MB | NPU
71
+ | EfficientNet-V2-s | ONNX | float | Qualcomm® QCS8450 | 11.635 ms | 2 - 197 MB | NPU
72
+ | EfficientNet-V2-s | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 7.625 ms | 1 - 6 MB | NPU
73
+ | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.319 ms | 2 - 206 MB | NPU
74
+ | EfficientNet-V2-s | ONNX | float | Snapdragon® 8 Elite Mobile | 3.1 ms | 0 - 202 MB | NPU
75
+ | EfficientNet-V2-s | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 3.1 ms | 0 - 202 MB | NPU
76
+ | EfficientNet-V2-s | ONNX | float | Qualcomm® Dragonwing™ IQ-X7181 | 5.605 ms | 46 - 46 MB | NPU
77
+ | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® X2 Elite | 2.365 ms | 2 - 2 MB | NPU
78
+ | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® X Elite | 5.739 ms | 24 - 24 MB | NPU
79
+ | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 3.622 ms | 0 - 208 MB | NPU
80
+ | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Gen 1 Mobile | 6.781 ms | 1 - 218 MB | NPU
81
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 20.095 ms | 1 - 4 MB | NPU
82
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 5.47 ms | 0 - 249 MB | NPU
83
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® QCS8450 | 6.781 ms | 1 - 218 MB | NPU
84
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 5.734 ms | 1 - 4 MB | NPU
85
+ | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 7 Gen 4 Mobile | 6.428 ms | 1 - 273 MB | NPU
86
+ | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 2.006 ms | 0 - 169 MB | NPU
87
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 39.348 ms | 1 - 274 MB | NPU
88
+ | EfficientNet-V2-s | ONNX | w8a16 | Snapdragon® 8 Elite Mobile | 2.51 ms | 0 - 164 MB | NPU
89
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 6.428 ms | 1 - 273 MB | NPU
90
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 2.51 ms | 0 - 164 MB | NPU
91
+ | EfficientNet-V2-s | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-X7181 | 5.739 ms | 24 - 24 MB | NPU
92
+ | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® X2 Elite | 3.43 ms | 2 - 2 MB | NPU
93
+ | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® X Elite | 6.381 ms | 2 - 2 MB | NPU
94
+ | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 4.335 ms | 0 - 158 MB | NPU
95
+ | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Gen 1 Mobile | 13.484 ms | 0 - 188 MB | NPU
96
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS8275 | 25.737 ms | 2 - 76 MB | NPU
97
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 5.782 ms | 2 - 3 MB | NPU
98
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® SA8775P | 8.22 ms | 2 - 76 MB | NPU
99
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® SA8650P | 8.22 ms | 2 - 76 MB | NPU
100
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® SA8255P | 8.22 ms | 2 - 76 MB | NPU
101
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® QCS8450 | 13.484 ms | 0 - 188 MB | NPU
102
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-9075 | 7.911 ms | 4 - 7 MB | NPU
103
+ | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.361 ms | 2 - 85 MB | NPU
104
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® SA7255P | 25.737 ms | 2 - 76 MB | NPU
105
+ | EfficientNet-V2-s | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 3.133 ms | 2 - 80 MB | NPU
106
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® SA8295P | 12.985 ms | 2 - 108 MB | NPU
107
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® Dragonwing™ Q-8750 | 3.133 ms | 2 - 80 MB | NPU
108
+ | EfficientNet-V2-s | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-X7181 | 6.381 ms | 2 - 2 MB | NPU
109
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® X2 Elite | 2.86 ms | 1 - 1 MB | NPU
110
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® X Elite | 6.8 ms | 1 - 1 MB | NPU
111
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Gen 3 Mobile | 4.195 ms | 1 - 176 MB | NPU
112
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Gen 1 Mobile | 8.155 ms | 1 - 185 MB | NPU
113
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 21.336 ms | 1 - 3 MB | NPU
114
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS8275 | 12.069 ms | 1 - 134 MB | NPU
115
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 6.231 ms | 1 - 2 MB | NPU
116
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® SA8775P | 6.7 ms | 1 - 137 MB | NPU
117
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® SA8650P | 6.7 ms | 1 - 137 MB | NPU
118
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® SA8255P | 6.7 ms | 1 - 137 MB | NPU
119
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® QCS8450 | 8.155 ms | 1 - 185 MB | NPU
120
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 6.466 ms | 0 - 3 MB | NPU
121
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 7 Gen 4 Mobile | 7.169 ms | 1 - 254 MB | NPU
122
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 2.247 ms | 1 - 146 MB | NPU
123
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 41.217 ms | 1 - 255 MB | NPU
124
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® SA7255P | 12.069 ms | 1 - 134 MB | NPU
125
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Snapdragon® 8 Elite Mobile | 2.819 ms | 0 - 144 MB | NPU
126
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® SA8295P | 8.38 ms | 1 - 135 MB | NPU
127
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 7.169 ms | 1 - 254 MB | NPU
128
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 2.819 ms | 0 - 144 MB | NPU
129
+ | EfficientNet-V2-s | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-X7181 | 6.8 ms | 1 - 1 MB | NPU
130
+ | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 4.327 ms | 0 - 199 MB | NPU
131
+ | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Gen 1 Mobile | 13.528 ms | 0 - 228 MB | NPU
132
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® QCS8275 | 25.814 ms | 0 - 116 MB | NPU
133
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 5.74 ms | 0 - 2 MB | NPU
134
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8775P | 8.25 ms | 0 - 119 MB | NPU
135
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8650P | 8.25 ms | 0 - 119 MB | NPU
136
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8255P | 8.25 ms | 0 - 119 MB | NPU
137
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® QCS8450 | 13.528 ms | 0 - 228 MB | NPU
138
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® Dragonwing™ IQ-9075 | 7.914 ms | 0 - 51 MB | NPU
139
+ | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.339 ms | 0 - 121 MB | NPU
140
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA7255P | 25.814 ms | 0 - 116 MB | NPU
141
+ | EfficientNet-V2-s | TFLITE | float | Snapdragon® 8 Elite Mobile | 3.137 ms | 0 - 123 MB | NPU
142
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® SA8295P | 13.029 ms | 0 - 148 MB | NPU
143
+ | EfficientNet-V2-s | TFLITE | float | Qualcomm® Dragonwing™ Q-8750 | 3.137 ms | 0 - 123 MB | NPU
144
 
145
  ## License
146
  * The license for the original implementation of EfficientNet-V2-s can be found
release_assets.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": "0.57.3",
3
  "precisions": {
4
  "w8a16": {
5
  "universal_assets": {
@@ -7,14 +7,14 @@
7
  "tool_versions": {
8
  "qairt": "2.45.0.260326154327"
9
  },
10
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-qnn_dlc-w8a16.zip"
11
  },
12
  "onnx": {
13
  "tool_versions": {
14
  "qairt": "2.45.0.260326154327",
15
  "onnx_runtime": "1.25.0"
16
  },
17
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-onnx-w8a16.zip"
18
  }
19
  }
20
  },
@@ -25,20 +25,20 @@
25
  "qairt": "2.45.0.260326154327",
26
  "litert": "1.4.4"
27
  },
28
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-tflite-float.zip"
29
  },
30
  "qnn_dlc": {
31
  "tool_versions": {
32
  "qairt": "2.45.0.260326154327"
33
  },
34
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-qnn_dlc-float.zip"
35
  },
36
  "onnx": {
37
  "tool_versions": {
38
  "qairt": "2.45.0.260326154327",
39
  "onnx_runtime": "1.25.0"
40
  },
41
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.3/efficientnet_v2_s-onnx-float.zip"
42
  }
43
  }
44
  }
 
1
  {
2
+ "version": "0.58.0",
3
  "precisions": {
4
  "w8a16": {
5
  "universal_assets": {
 
7
  "tool_versions": {
8
  "qairt": "2.45.0.260326154327"
9
  },
10
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-qnn_dlc-w8a16.zip"
11
  },
12
  "onnx": {
13
  "tool_versions": {
14
  "qairt": "2.45.0.260326154327",
15
  "onnx_runtime": "1.25.0"
16
  },
17
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-onnx-w8a16.zip"
18
  }
19
  }
20
  },
 
25
  "qairt": "2.45.0.260326154327",
26
  "litert": "1.4.4"
27
  },
28
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-tflite-float.zip"
29
  },
30
  "qnn_dlc": {
31
  "tool_versions": {
32
  "qairt": "2.45.0.260326154327"
33
  },
34
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-qnn_dlc-float.zip"
35
  },
36
  "onnx": {
37
  "tool_versions": {
38
  "qairt": "2.45.0.260326154327",
39
  "onnx_runtime": "1.25.0"
40
  },
41
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.58.0/efficientnet_v2_s-onnx-float.zip"
42
  }
43
  }
44
  }