You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lastly, download `synset_words.txt` from https://github.com/HoldenCaulfieldRye/caffe/blob/master/data/ilsvrc12/synset_words.txt into `ILSVRC2012` (top-level folder)
86
86
87
87
## Quantize an ONNX model
88
-
88
+
```shell
89
+
python e2e_tensorrt_resnet_example.py
90
+
````
91
+
The e2e script will do
92
+
* Preprocess the image in the dataset
93
+
* Run calibration and generate calibration table (deprecated)
94
+
* Launch ORT session with TRT EP and run the evaluation (top 1 and top 5)
0 commit comments