qaihm-bot commited on
Commit
01cde09
·
verified ·
1 Parent(s): d3e9698

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -6
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: xlsr_3x_checkpoint
28
- - Input resolution: 640x360
29
  - Number of parameters: 22.0K
30
  - Model size: 92.7 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 | 2.486 ms | 0 - 7 MB | FP16 | NPU | [XLSR.tflite](https://huggingface.co/qualcomm/XLSR/blob/main/XLSR.tflite)
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.374 ms | 0 - 15 MB | FP16 | NPU | [XLSR.so](https://huggingface.co/qualcomm/XLSR/blob/main/XLSR.so)
39
 
40
 
41
 
@@ -97,8 +97,8 @@ python -m qai_hub_models.models.xlsr.export
97
  Profile Job summary of XLSR
98
  --------------------------------------------------
99
  Device: Snapdragon X Elite CRD (11)
100
- Estimated Inference Time: 3.63 ms
101
- Estimated Peak Memory Range: 0.21-0.21 MB
102
  Compute Units: NPU (21) | Total (21)
103
 
104
 
@@ -124,7 +124,6 @@ from qai_hub_models.models.xlsr 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: xlsr_3x_checkpoint
28
+ - Input resolution: 128x128
29
  - Number of parameters: 22.0K
30
  - Model size: 92.7 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 | 2.535 ms | 0 - 2 MB | FP16 | NPU | [XLSR.tflite](https://huggingface.co/qualcomm/XLSR/blob/main/XLSR.tflite)
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.355 ms | 0 - 68 MB | FP16 | NPU | [XLSR.so](https://huggingface.co/qualcomm/XLSR/blob/main/XLSR.so)
39
 
40
 
41
 
 
97
  Profile Job summary of XLSR
98
  --------------------------------------------------
99
  Device: Snapdragon X Elite CRD (11)
100
+ Estimated Inference Time: 1.50 ms
101
+ Estimated Peak Memory Range: 0.20-0.20 MB
102
  Compute Units: NPU (21) | Total (21)
103
 
104
 
 
124
 
125
  # Load the model
126
  torch_model = Model.from_pretrained()
 
127
 
128
  # Device
129
  device = hub.Device("Samsung Galaxy S23")