qaihm-bot commited on
Commit
5bf2b35
1 Parent(s): cd99231

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -90,6 +90,23 @@ device. This script does the following:
90
  python -m qai_hub_models.models.fcn_resnet50.export
91
  ```
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  ## How does this work?
94
 
95
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/FCN_ResNet50/export.py)
 
90
  python -m qai_hub_models.models.fcn_resnet50.export
91
  ```
92
 
93
+ ```
94
+ Profile Job summary of FCN_ResNet50
95
+ --------------------------------------------------
96
+ Device: QCS8550 (Proxy) (12)
97
+ Estimated Inference Time: 8.53 ms
98
+ Estimated Peak Memory Range: 4.05-6.10 MB
99
+ Compute Units: NPU (84) | Total (84)
100
+
101
+ Profile Job summary of FCN_ResNet50
102
+ --------------------------------------------------
103
+ Device: QCS8550 (Proxy) (12)
104
+ Estimated Inference Time: 7.89 ms
105
+ Estimated Peak Memory Range: 0.02-13.66 MB
106
+ Compute Units: NPU (125) | Total (125)
107
+
108
+
109
+ ```
110
  ## How does this work?
111
 
112
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/FCN_ResNet50/export.py)