hi, I have a problem with errors as below:
ERROR: engine.cpp (404) - Cuda Error in commonEmitTensor: 11
ERROR: Failure while trying to emit debug blob.
engine.cpp (404) - Cuda Error in commonEmitTensor: 11
ERROR: cuda/customWinogradConvActLayer.cpp (319) - Cuda Error in execute: 11
ERROR: cuda/customWinogradConvActLayer.cpp (319) - Cuda Error in execute: 11
engine.cpp (404) - Cuda Error in commonEmitTensor: 11
ERROR: cuda/customWinogradConvActLayer.cpp (319) - Cuda Error in execute: 11
ERROR: cuda/customWinogradConvActLayer.cpp (319) - Cuda Error in execute: 11
ERROR: runtime.cpp (30) - Cuda Error in free: 77
terminate called after throwing an instance of ‘nvinfer1::CudaError’
cudaErrorInvalidValue = 11
This indicates that one or more of the parameters passed to the API call is not within an acceptable range of values.
can you provide details on the platforms you are using?
Linux distro and version
GPU type
nvidia driver version
CUDA version
CUDNN version
Python version [if using python]
Tensorflow version
TensorRT version
I have solved this problem, because there is something wrong when generate the batches.
I have meet a new problem, when INT8 calibration using entropy calibrator, 'calibrator.reset(new Int8EntropyCalibrator(calibrationStream, kFIRST_CAL_BATCH)) ', but do not run member function ‘updata()’ of class ‘BatchStream’.