Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -34,10 +34,13 @@ More details on model performance across various devices, can be found
|
|
34 |
- Model size: 30.5 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.
|
40 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.
|
|
|
41 |
|
42 |
|
43 |
## Installation
|
@@ -104,9 +107,11 @@ Compute Units: NPU (372) | Total (372)
|
|
104 |
|
105 |
|
106 |
```
|
|
|
|
|
107 |
## How does this work?
|
108 |
|
109 |
-
This [export script](https://
|
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 DenseNet-121 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](
|
223 |
|
224 |
## References
|
225 |
* [Densely Connected Convolutional Networks](https://arxiv.org/abs/1608.06993)
|
|
|
34 |
- Model size: 30.5 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.946 ms | 0 - 2 MB | FP16 | NPU | [DenseNet-121.tflite](https://huggingface.co/qualcomm/DenseNet-121/blob/main/DenseNet-121.tflite)
|
42 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.998 ms | 1 - 8 MB | FP16 | NPU | [DenseNet-121.so](https://huggingface.co/qualcomm/DenseNet-121/blob/main/DenseNet-121.so)
|
43 |
+
|
44 |
|
45 |
|
46 |
## Installation
|
|
|
107 |
|
108 |
|
109 |
```
|
110 |
+
|
111 |
+
|
112 |
## How does this work?
|
113 |
|
114 |
+
This [export script](https://aihub.qualcomm.com/models/densenet121/qai_hub_models/models/DenseNet-121/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 DenseNet-121 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 |
* [Densely Connected Convolutional Networks](https://arxiv.org/abs/1608.06993)
|