Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -33,10 +33,13 @@ More details on model performance across various devices, can be found
|
|
33 |
- Model size: 25.3 MB
|
34 |
|
35 |
|
|
|
|
|
36 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
37 |
| ---|---|---|---|---|---|---|---|
|
38 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.
|
39 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.
|
|
|
40 |
|
41 |
|
42 |
## Installation
|
@@ -97,15 +100,17 @@ python -m qai_hub_models.models.googlenet.export
|
|
97 |
Profile Job summary of GoogLeNet
|
98 |
--------------------------------------------------
|
99 |
Device: Snapdragon X Elite CRD (11)
|
100 |
-
Estimated Inference Time: 1.
|
101 |
Estimated Peak Memory Range: 0.57-0.57 MB
|
102 |
Compute Units: NPU (143) | Total (143)
|
103 |
|
104 |
|
105 |
```
|
|
|
|
|
106 |
## How does this work?
|
107 |
|
108 |
-
This [export script](https://
|
109 |
leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
|
110 |
on-device. Lets go through each step below in detail:
|
111 |
|
@@ -182,6 +187,7 @@ spot check the output with expected output.
|
|
182 |
AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
|
183 |
|
184 |
|
|
|
185 |
## Run demo on a cloud-hosted device
|
186 |
|
187 |
You can also run the demo on-device.
|
@@ -218,7 +224,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
|
|
218 |
## License
|
219 |
- The license for the original implementation of GoogLeNet can be found
|
220 |
[here](https://github.com/pytorch/vision/blob/main/LICENSE).
|
221 |
-
- The license for the compiled assets for on-device deployment can be found [here](
|
222 |
|
223 |
## References
|
224 |
* [Going Deeper with Convolutions](https://arxiv.org/abs/1409.4842)
|
|
|
33 |
- Model size: 25.3 MB
|
34 |
|
35 |
|
36 |
+
|
37 |
+
|
38 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
39 |
| ---|---|---|---|---|---|---|---|
|
40 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.052 ms | 0 - 2 MB | FP16 | NPU | [GoogLeNet.tflite](https://huggingface.co/qualcomm/GoogLeNet/blob/main/GoogLeNet.tflite)
|
41 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.088 ms | 0 - 25 MB | FP16 | NPU | [GoogLeNet.so](https://huggingface.co/qualcomm/GoogLeNet/blob/main/GoogLeNet.so)
|
42 |
+
|
43 |
|
44 |
|
45 |
## Installation
|
|
|
100 |
Profile Job summary of GoogLeNet
|
101 |
--------------------------------------------------
|
102 |
Device: Snapdragon X Elite CRD (11)
|
103 |
+
Estimated Inference Time: 1.27 ms
|
104 |
Estimated Peak Memory Range: 0.57-0.57 MB
|
105 |
Compute Units: NPU (143) | Total (143)
|
106 |
|
107 |
|
108 |
```
|
109 |
+
|
110 |
+
|
111 |
## How does this work?
|
112 |
|
113 |
+
This [export script](https://aihub.qualcomm.com/models/googlenet/qai_hub_models/models/GoogLeNet/export.py)
|
114 |
leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
|
115 |
on-device. Lets go through each step below in detail:
|
116 |
|
|
|
187 |
AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
|
188 |
|
189 |
|
190 |
+
|
191 |
## Run demo on a cloud-hosted device
|
192 |
|
193 |
You can also run the demo on-device.
|
|
|
224 |
## License
|
225 |
- The license for the original implementation of GoogLeNet can be found
|
226 |
[here](https://github.com/pytorch/vision/blob/main/LICENSE).
|
227 |
+
- 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)
|
228 |
|
229 |
## References
|
230 |
* [Going Deeper with Convolutions](https://arxiv.org/abs/1409.4842)
|