sampleIT8 demo in tensorrt package for caffe-yolov3 optimaztion works fine in FP32 mode. However, the INT8 calibration always break down, the INT8 optimization can not be achieved. the error reported as follows:
[W] [TRT] TensorRT was compiled against cuDNN 7.5.0 but is linked against cuDNN 7.3.1. This mismatch may potentially cause undefined behavior.
[I] Top1: 0, Top5: 0
[I] Processing 4 images averaged 19.0239 ms/image and 19.0239 ms/batch.
[I] FP16 run:4 batches of size 1 starting at 1
[I] Spcified precision is not natively support
[E] [TRT] engine.cpp (570) - Cuda Error in commonEmitTensor: 11 (invalid argument)
[E] [TRT] Failure while trying to emit debug blob.
engine.cpp (570) - Cuda Error in commonEmitTensor: 11 (invalid argument)
[E] [TRT] cuda/customWinogradConvActLayer.cpp (342) - Cuda Error in execute: 11 (invalid argument)
[E] [TRT] cuda/customWinogradConvActLayer.cpp (342) - Cuda Error in execute: 11 (invalid argument)
could you provide me with calibrationtable file for caffe_yolov3.
the configuration of my computer is :
cuda 10.0
cudnn 7.3.1
tensorrt 5.1.2.2
GPU: P4
driver:410