grimoire / torch2trt_dynamic

A pytorch to tensorrt convert with dynamic shape support
MIT License
254 stars 34 forks source link

set_calibration_profile not exist #12

Open Chen-cyw opened 3 years ago

Chen-cyw commented 3 years ago

the tensorrt(7.0.0.11) do not have the function " set_calibration_profile()", if use int8 mode ,error will out image

grimoire commented 3 years ago

Hi Update to 7.1.3.4 or higher should solve the problem. Please have a try.