Environment:
ubuntu16.04
P100,4GPUs
Driver Version: 384.81
CUDA9.0
CUDNN7.3.1
Python3.6
tensorflow-gpu 1.12.0
TensorRT-5.0.2.6
Error:
Cuda error in file src/implicit_gemm.cu at line 1214: invalid resource handle
[TensorRT] ERROR: cuda/customWinogradConvActLayer.cpp (310) - Cuda Error in execute: 33
[TensorRT] ERROR: cuda/customWinogradConvActLayer.cpp (310) - Cuda Error in execute: 33
Details:
If I use tensorflow 1.12.0 instead of tensorflow-gpu 1.12.0, the program is running normally.
If I use DALI for data preprocessing, the same error happens
Please tell me how to fix this problem.