qaihm-bot commited on
Commit
4c11ad6
·
verified ·
1 Parent(s): 8a6dee0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -36,7 +36,7 @@ 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 | 24.522 ms | 0 - 3 MB | FP16 | NPU | [DETR-ResNet101.tflite](https://huggingface.co/qualcomm/DETR-ResNet101/blob/main/DETR-ResNet101.tflite)
40
 
41
 
42
 
@@ -116,7 +116,6 @@ from qai_hub_models.models.detr_resnet101 import Model
116
 
117
  # Load the model
118
  torch_model = Model.from_pretrained()
119
- torch_model.eval()
120
 
121
  # Device
122
  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 | 23.559 ms | 0 - 7 MB | FP16 | NPU | [DETR-ResNet101.tflite](https://huggingface.co/qualcomm/DETR-ResNet101/blob/main/DETR-ResNet101.tflite)
40
 
41
 
42
 
 
116
 
117
  # Load the model
118
  torch_model = Model.from_pretrained()
 
119
 
120
  # Device
121
  device = hub.Device("Samsung Galaxy S23")