qaihm-bot commited on
Commit
110eb93
·
verified ·
1 Parent(s): 1dd5095

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -34,7 +34,7 @@ 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 | 292.98 ms | 2 - 143 MB | FP16 | GPU | [DeepLabV3-ResNet50.tflite](https://huggingface.co/qualcomm/DeepLabV3-ResNet50/blob/main/DeepLabV3-ResNet50.tflite)
38
 
39
 
40
 
@@ -95,9 +95,9 @@ python -m qai_hub_models.models.deeplabv3_resnet50.export
95
  ```
96
  Profile Job summary of DeepLabV3-ResNet50
97
  --------------------------------------------------
98
- Device: QCS8550 (Proxy) (12)
99
- Estimated Inference Time: 291.24 ms
100
- Estimated Peak Memory Range: 5.22-174.24 MB
101
  Compute Units: GPU (95) | Total (95)
102
 
103
 
@@ -123,7 +123,6 @@ from qai_hub_models.models.deeplabv3_resnet50 import Model
123
 
124
  # Load the model
125
  torch_model = Model.from_pretrained()
126
- torch_model.eval()
127
 
128
  # Device
129
  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 | 294.244 ms | 0 - 142 MB | FP16 | GPU | [DeepLabV3-ResNet50.tflite](https://huggingface.co/qualcomm/DeepLabV3-ResNet50/blob/main/DeepLabV3-ResNet50.tflite)
38
 
39
 
40
 
 
95
  ```
96
  Profile Job summary of DeepLabV3-ResNet50
97
  --------------------------------------------------
98
+ Device: SA8775 (Proxy) (13)
99
+ Estimated Inference Time: 291.81 ms
100
+ Estimated Peak Memory Range: 2.10-142.41 MB
101
  Compute Units: GPU (95) | Total (95)
102
 
103
 
 
123
 
124
  # Load the model
125
  torch_model = Model.from_pretrained()
 
126
 
127
  # Device
128
  device = hub.Device("Samsung Galaxy S23")