qaihm-bot commited on
Commit
714d04c
1 Parent(s): 9709613

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -34,10 +34,13 @@ More details on model performance across various devices, can be found
34
  - Model size: 20.2 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 | 1.618 ms | 0 - 2 MB | FP16 | NPU | [EfficientNet-B0.tflite](https://huggingface.co/qualcomm/EfficientNet-B0/blob/main/EfficientNet-B0.tflite)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.684 ms | 1 - 85 MB | FP16 | NPU | [EfficientNet-B0.so](https://huggingface.co/qualcomm/EfficientNet-B0/blob/main/EfficientNet-B0.so)
 
41
 
42
 
43
  ## Installation
@@ -98,15 +101,17 @@ python -m qai_hub_models.models.efficientnet_b0.export
98
  Profile Job summary of EfficientNet-B0
99
  --------------------------------------------------
100
  Device: Snapdragon X Elite CRD (11)
101
- Estimated Inference Time: 1.83 ms
102
- Estimated Peak Memory Range: 0.57-0.57 MB
103
  Compute Units: NPU (243) | Total (243)
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/EfficientNet-B0/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 EfficientNet-B0 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
  * [EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks](https://arxiv.org/abs/1905.11946)
 
34
  - Model size: 20.2 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 | 1.626 ms | 0 - 2 MB | FP16 | NPU | [EfficientNet-B0.tflite](https://huggingface.co/qualcomm/EfficientNet-B0/blob/main/EfficientNet-B0.tflite)
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.678 ms | 0 - 301 MB | FP16 | NPU | [EfficientNet-B0.so](https://huggingface.co/qualcomm/EfficientNet-B0/blob/main/EfficientNet-B0.so)
43
+
44
 
45
 
46
  ## Installation
 
101
  Profile Job summary of EfficientNet-B0
102
  --------------------------------------------------
103
  Device: Snapdragon X Elite CRD (11)
104
+ Estimated Inference Time: 1.84 ms
105
+ Estimated Peak Memory Range: 1.25-1.25 MB
106
  Compute Units: NPU (243) | Total (243)
107
 
108
 
109
  ```
110
+
111
+
112
  ## How does this work?
113
 
114
+ This [export script](https://aihub.qualcomm.com/models/efficientnet_b0/qai_hub_models/models/EfficientNet-B0/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 EfficientNet-B0 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
  * [EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks](https://arxiv.org/abs/1905.11946)