qaihm-bot commited on
Commit
9321279
1 Parent(s): dbf5fc1

Upload README.md with huggingface_hub

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