qaihm-bot commited on
Commit
9445033
1 Parent(s): 2dd64cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -92,6 +92,23 @@ device. This script does the following:
92
  python -m qai_hub_models.models.unet_segmentation.export
93
  ```
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  ## How does this work?
96
 
97
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Unet-Segmentation/export.py)
 
92
  python -m qai_hub_models.models.unet_segmentation.export
93
  ```
94
 
95
+ ```
96
+ Profile Job summary of Unet-Segmentation
97
+ --------------------------------------------------
98
+ Device: QCS8550 (Proxy) (12)
99
+ Estimated Inference Time: 160.84 ms
100
+ Estimated Peak Memory Range: 0.31-226.50 MB
101
+ Compute Units: NPU (31) | Total (31)
102
+
103
+ Profile Job summary of Unet-Segmentation
104
+ --------------------------------------------------
105
+ Device: QCS8550 (Proxy) (12)
106
+ Estimated Inference Time: 150.01 ms
107
+ Estimated Peak Memory Range: 9.44-32.58 MB
108
+ Compute Units: NPU (51) | Total (51)
109
+
110
+
111
+ ```
112
  ## How does this work?
113
 
114
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Unet-Segmentation/export.py)