qaihm-bot commited on
Commit
cf62dbe
1 Parent(s): 4fdbca4

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.resnet101_quantized.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/ResNet101Quantized/export.py)
 
95
  python -m qai_hub_models.models.resnet101_quantized.export
96
  ```
97
 
98
+ ```
99
+ Profile Job summary of ResNet101Quantized
100
+ --------------------------------------------------
101
+ Device: QCS8550 (Proxy) (12)
102
+ Estimated Inference Time: 1.20 ms
103
+ Estimated Peak Memory Range: 0.02-2.02 MB
104
+ Compute Units: NPU (150) | Total (150)
105
+
106
+ Profile Job summary of ResNet101Quantized
107
+ --------------------------------------------------
108
+ Device: QCS8550 (Proxy) (12)
109
+ Estimated Inference Time: 1.43 ms
110
+ Estimated Peak Memory Range: 0.06-10.32 MB
111
+ Compute Units: NPU (148) | Total (148)
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/ResNet101Quantized/export.py)