qaihm-bot commited on
Commit
8393a5a
1 Parent(s): 4f4da25

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -34,10 +34,13 @@ More details on model performance across various devices, can be found
34
  - Model size: 263 MB
35
 
36
 
 
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 4.883 ms | 0 - 2 MB | FP16 | NPU | [WideResNet50.tflite](https://huggingface.co/qualcomm/WideResNet50/blob/main/WideResNet50.tflite)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.682 ms | 1 - 338 MB | FP16 | NPU | [WideResNet50.so](https://huggingface.co/qualcomm/WideResNet50/blob/main/WideResNet50.so)
 
41
 
42
 
43
  ## Installation
@@ -98,15 +101,17 @@ python -m qai_hub_models.models.wideresnet50.export
98
  Profile Job summary of WideResNet50
99
  --------------------------------------------------
100
  Device: Snapdragon X Elite CRD (11)
101
- Estimated Inference Time: 5.87 ms
102
  Estimated Peak Memory Range: 0.57-0.57 MB
103
  Compute Units: NPU (126) | Total (126)
104
 
105
 
106
  ```
 
 
107
  ## How does this work?
108
 
109
- This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/WideResNet50/export.py)
110
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
111
  on-device. Lets go through each step below in detail:
112
 
@@ -183,6 +188,7 @@ spot check the output with expected output.
183
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
184
 
185
 
 
186
  ## Run demo on a cloud-hosted device
187
 
188
  You can also run the demo on-device.
@@ -219,7 +225,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
219
  ## License
220
  - The license for the original implementation of WideResNet50 can be found
221
  [here](https://github.com/pytorch/vision/blob/main/LICENSE).
222
- - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
223
 
224
  ## References
225
  * [Wide Residual Networks](https://arxiv.org/abs/1605.07146)
 
34
  - Model size: 263 MB
35
 
36
 
37
+
38
+
39
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
40
  | ---|---|---|---|---|---|---|---|
41
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 4.868 ms | 0 - 2 MB | FP16 | NPU | [WideResNet50.tflite](https://huggingface.co/qualcomm/WideResNet50/blob/main/WideResNet50.tflite)
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.652 ms | 1 - 238 MB | FP16 | NPU | [WideResNet50.so](https://huggingface.co/qualcomm/WideResNet50/blob/main/WideResNet50.so)
43
+
44
 
45
 
46
  ## Installation
 
101
  Profile Job summary of WideResNet50
102
  --------------------------------------------------
103
  Device: Snapdragon X Elite CRD (11)
104
+ Estimated Inference Time: 5.84 ms
105
  Estimated Peak Memory Range: 0.57-0.57 MB
106
  Compute Units: NPU (126) | Total (126)
107
 
108
 
109
  ```
110
+
111
+
112
  ## How does this work?
113
 
114
+ This [export script](https://aihub.qualcomm.com/models/wideresnet50/qai_hub_models/models/WideResNet50/export.py)
115
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
116
  on-device. Lets go through each step below in detail:
117
 
 
188
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
189
 
190
 
191
+
192
  ## Run demo on a cloud-hosted device
193
 
194
  You can also run the demo on-device.
 
225
  ## License
226
  - The license for the original implementation of WideResNet50 can be found
227
  [here](https://github.com/pytorch/vision/blob/main/LICENSE).
228
+ - The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf)
229
 
230
  ## References
231
  * [Wide Residual Networks](https://arxiv.org/abs/1605.07146)