cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
596 stars 74 forks source link

The calibration table is not used when performing int8 operations. #56

Closed sean-jang00 closed 5 months ago

sean-jang00 commented 5 months ago

Following the guide, I modified the options.precision value and the path to options.calibrationDataDirectoryPath, built and executed it, and confirmed that the calibration table came out normally. However, when running, the "Searching for calibration cache:" log does not appear. Also, even if I delete the calibration table file and run it again, the calibration table is not reproduced and the results are the same as when run with the calibration table.

sean-jang00 commented 5 months ago

I had a misunderstanding about the creation and use of the calibration table. Close this issue.