qaihm-bot commited on
Commit
8871a09
·
verified ·
1 Parent(s): e85b92f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -37,8 +37,8 @@ More details on model performance across various devices, can be found
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.229 ms | 0 - 2 MB | FP16 | NPU | [Shufflenet-v2.tflite](https://huggingface.co/qualcomm/Shufflenet-v2/blob/main/Shufflenet-v2.tflite)
41
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.767 ms | 0 - 122 MB | FP16 | NPU | [Shufflenet-v2.so](https://huggingface.co/qualcomm/Shufflenet-v2/blob/main/Shufflenet-v2.so)
42
 
43
 
44
 
@@ -100,7 +100,7 @@ python -m qai_hub_models.models.shufflenet_v2.export
100
  Profile Job summary of Shufflenet-v2
101
  --------------------------------------------------
102
  Device: Snapdragon X Elite CRD (11)
103
- Estimated Inference Time: 1.09 ms
104
  Estimated Peak Memory Range: 0.57-0.57 MB
105
  Compute Units: NPU (158) | Total (158)
106
 
@@ -127,7 +127,6 @@ from qai_hub_models.models.shufflenet_v2 import Model
127
 
128
  # Load the model
129
  torch_model = Model.from_pretrained()
130
- torch_model.eval()
131
 
132
  # Device
133
  device = hub.Device("Samsung Galaxy S23")
 
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.23 ms | 0 - 2 MB | FP16 | NPU | [Shufflenet-v2.tflite](https://huggingface.co/qualcomm/Shufflenet-v2/blob/main/Shufflenet-v2.tflite)
41
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.779 ms | 1 - 5 MB | FP16 | NPU | [Shufflenet-v2.so](https://huggingface.co/qualcomm/Shufflenet-v2/blob/main/Shufflenet-v2.so)
42
 
43
 
44
 
 
100
  Profile Job summary of Shufflenet-v2
101
  --------------------------------------------------
102
  Device: Snapdragon X Elite CRD (11)
103
+ Estimated Inference Time: 0.89 ms
104
  Estimated Peak Memory Range: 0.57-0.57 MB
105
  Compute Units: NPU (158) | Total (158)
106
 
 
127
 
128
  # Load the model
129
  torch_model = Model.from_pretrained()
 
130
 
131
  # Device
132
  device = hub.Device("Samsung Galaxy S23")