caffemodel to trt5 error

ERROR: …/builder/cudnnBuilder2.cpp (1508) - Misc Error in buildEngine: -1 (Could not find tensor ConvNd_1 in tensorScales.)
ERROR: …/builder/cudnnBuilder2.cpp (1508) - Misc Error in buildEngine: -1 (Could not find tensor ConvNd_1 in tensorScales.)

Are you using int8 calibration ? I meet this problem when I’s using int8 calibration.
I solve this problem after I delete int8 calibration cache file generated by previous configuration.
Hope to help you.

thanks alot