qaihm-bot commited on
Commit
36b2365
1 Parent(s): fa759b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -96,6 +96,23 @@ device. This script does the following:
96
  python -m qai_hub_models.models.mobilenet_v2_quantized.export
97
  ```
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ## How does this work?
100
 
101
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/MobileNet-v2-Quantized/export.py)
 
96
  python -m qai_hub_models.models.mobilenet_v2_quantized.export
97
  ```
98
 
99
+ ```
100
+ Profile Job summary of MobileNet-v2-Quantized
101
+ --------------------------------------------------
102
+ Device: QCS8550 (Proxy) (12)
103
+ Estimated Inference Time: 0.33 ms
104
+ Estimated Peak Memory Range: 0.02-1.69 MB
105
+ Compute Units: NPU (74) | Total (74)
106
+
107
+ Profile Job summary of MobileNet-v2-Quantized
108
+ --------------------------------------------------
109
+ Device: QCS8550 (Proxy) (12)
110
+ Estimated Inference Time: 0.69 ms
111
+ Estimated Peak Memory Range: 0.02-125.68 MB
112
+ Compute Units: NPU (73) | Total (73)
113
+
114
+
115
+ ```
116
  ## How does this work?
117
 
118
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/MobileNet-v2-Quantized/export.py)