Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ More details on model performance across various devices, can be found
|
|
25 |
- **Model Type:** Super resolution
|
26 |
- **Model Stats:**
|
27 |
- Model checkpoint: quicksrnet_small_3x_checkpoint
|
28 |
-
- Input resolution:
|
29 |
- Number of parameters: 27.2K
|
30 |
- Model size: 110 KB
|
31 |
|
@@ -34,8 +34,8 @@ More details on model performance across various devices, can be found
|
|
34 |
|
35 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
36 |
| ---|---|---|---|---|---|---|---|
|
37 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.
|
38 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.
|
39 |
|
40 |
|
41 |
|
@@ -124,7 +124,6 @@ from qai_hub_models.models.quicksrnetsmall import Model
|
|
124 |
|
125 |
# Load the model
|
126 |
torch_model = Model.from_pretrained()
|
127 |
-
torch_model.eval()
|
128 |
|
129 |
# Device
|
130 |
device = hub.Device("Samsung Galaxy S23")
|
|
|
25 |
- **Model Type:** Super resolution
|
26 |
- **Model Stats:**
|
27 |
- Model checkpoint: quicksrnet_small_3x_checkpoint
|
28 |
+
- Input resolution: 128x128
|
29 |
- Number of parameters: 27.2K
|
30 |
- Model size: 110 KB
|
31 |
|
|
|
34 |
|
35 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
36 |
| ---|---|---|---|---|---|---|---|
|
37 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.328 ms | 0 - 4 MB | FP16 | NPU | [QuickSRNetSmall.tflite](https://huggingface.co/qualcomm/QuickSRNetSmall/blob/main/QuickSRNetSmall.tflite)
|
38 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.017 ms | 0 - 3 MB | FP16 | NPU | [QuickSRNetSmall.so](https://huggingface.co/qualcomm/QuickSRNetSmall/blob/main/QuickSRNetSmall.so)
|
39 |
|
40 |
|
41 |
|
|
|
124 |
|
125 |
# Load the model
|
126 |
torch_model = Model.from_pretrained()
|
|
|
127 |
|
128 |
# Device
|
129 |
device = hub.Device("Samsung Galaxy S23")
|