qaihm-bot commited on
Commit
ce22a9f
·
verified ·
1 Parent(s): 09bac89

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -32,13 +32,14 @@ More details on model performance across various devices, can be found
32
  - Input resolution: 2048x1024
33
  - Number of parameters: 27.5M
34
  - Model size: 26.7 MB
 
35
 
36
 
37
 
38
 
39
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
40
  | ---|---|---|---|---|---|---|---|
41
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 8.346 ms | 0 - 38 MB | INT8 | NPU | [FFNet-78S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-78S-Quantized/blob/main/FFNet-78S-Quantized.tflite)
42
 
43
 
44
 
@@ -97,16 +98,6 @@ device. This script does the following:
97
  python -m qai_hub_models.models.ffnet_78s_quantized.export
98
  ```
99
 
100
- ```
101
- Profile Job summary of FFNet-78S-Quantized
102
- --------------------------------------------------
103
- Device: RB5 (Proxy) (12)
104
- Estimated Inference Time: 220.96 ms
105
- Estimated Peak Memory Range: 0.63-9.77 MB
106
- Compute Units: NPU (154) | Total (154)
107
-
108
-
109
- ```
110
 
111
 
112
 
 
32
  - Input resolution: 2048x1024
33
  - Number of parameters: 27.5M
34
  - Model size: 26.7 MB
35
+ - Number of output classes: 19
36
 
37
 
38
 
39
 
40
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
41
  | ---|---|---|---|---|---|---|---|
42
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 5.721 ms | 0 - 2 MB | INT8 | NPU | [FFNet-78S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-78S-Quantized/blob/main/FFNet-78S-Quantized.tflite)
43
 
44
 
45
 
 
98
  python -m qai_hub_models.models.ffnet_78s_quantized.export
99
  ```
100
 
 
 
 
 
 
 
 
 
 
 
101
 
102
 
103