qaihm-bot commited on
Commit
2cf0a06
1 Parent(s): f984298

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -36,8 +36,8 @@ More details on model performance across various devices, can be found
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 13.047 ms | 20 - 22 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 12.852 ms | 4 - 19 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.so](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.so)
41
 
42
 
43
 
@@ -99,7 +99,7 @@ python -m qai_hub_models.models.deeplabv3_plus_mobilenet.export
99
  Profile Job summary of DeepLabV3-Plus-MobileNet
100
  --------------------------------------------------
101
  Device: Snapdragon X Elite CRD (11)
102
- Estimated Inference Time: 16.51 ms
103
  Estimated Peak Memory Range: 3.02-3.02 MB
104
  Compute Units: NPU (124) | Total (124)
105
 
@@ -126,7 +126,6 @@ from qai_hub_models.models.deeplabv3_plus_mobilenet import Model
126
 
127
  # Load the model
128
  torch_model = Model.from_pretrained()
129
- torch_model.eval()
130
 
131
  # Device
132
  device = hub.Device("Samsung Galaxy S23")
 
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 13.087 ms | 18 - 20 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite)
40
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 12.849 ms | 3 - 17 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.so](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.so)
41
 
42
 
43
 
 
99
  Profile Job summary of DeepLabV3-Plus-MobileNet
100
  --------------------------------------------------
101
  Device: Snapdragon X Elite CRD (11)
102
+ Estimated Inference Time: 12.86 ms
103
  Estimated Peak Memory Range: 3.02-3.02 MB
104
  Compute Units: NPU (124) | Total (124)
105
 
 
126
 
127
  # Load the model
128
  torch_model = Model.from_pretrained()
 
129
 
130
  # Device
131
  device = hub.Device("Samsung Galaxy S23")