qaihm-bot commited on
Commit
7c22f49
·
verified ·
1 Parent(s): ecd0f04

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -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.808 ms | 0 - 2 MB | FP16 | NPU | [SINet.tflite](https://huggingface.co/qualcomm/SINet/blob/main/SINet.tflite)
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.17 ms | 0 - 4 MB | FP16 | NPU | [SINet.so](https://huggingface.co/qualcomm/SINet/blob/main/SINet.so)
39
 
40
 
41
 
@@ -97,7 +97,7 @@ python -m qai_hub_models.models.sinet.export
97
  Profile Job summary of SINet
98
  --------------------------------------------------
99
  Device: Snapdragon X Elite CRD (11)
100
- Estimated Inference Time: 1.35 ms
101
  Estimated Peak Memory Range: 0.57-0.57 MB
102
  Compute Units: NPU (186) | Total (186)
103
 
@@ -124,7 +124,6 @@ from qai_hub_models.models.sinet 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")
 
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.758 ms | 0 - 2 MB | FP16 | NPU | [SINet.tflite](https://huggingface.co/qualcomm/SINet/blob/main/SINet.tflite)
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.168 ms | 1 - 27 MB | FP16 | NPU | [SINet.so](https://huggingface.co/qualcomm/SINet/blob/main/SINet.so)
39
 
40
 
41
 
 
97
  Profile Job summary of SINet
98
  --------------------------------------------------
99
  Device: Snapdragon X Elite CRD (11)
100
+ Estimated Inference Time: 1.32 ms
101
  Estimated Peak Memory Range: 0.57-0.57 MB
102
  Compute Units: NPU (186) | Total (186)
103
 
 
124
 
125
  # Load the model
126
  torch_model = Model.from_pretrained()
 
127
 
128
  # Device
129
  device = hub.Device("Samsung Galaxy S23")