My environment is Ubuntu 16.04, with tensorflow-gpu 1.13.X, cuda 10.1, cudnn 7.6. I have already configured tensorRT 5.1.5.0 well. In python, all the import package are fine, such as:
import tensorflow as tf
import tensorrt
import uff
import tensorflow.contrib.tensorrt
But when I try to save TensorRT model, there is the INFO: tensorflow : Running against TensorRT version 0.0.0. I searched the 5.X document which lists that cudnn and tf version should be 7.5 and 1.12.
Could you give me some advises to solve this problem? or should I have to degrade my tensorflow and cudnn?
Have you tried our NGC containers using nvidia-docker for your tasks before? They save a lot of hassle in trying to get all of the framework versions to match, and make work easily reproducible.