About tensorflow

I have installed tensorflow-gpu 1.9.0 cuda9.0 and cudnn 7.0.5. I can get cuda’s version by nvcc. I can look “tensorflow 1.9.0+nv18 by pip3 list. I import tensorflow in python3.5 is wrong.it seems libcudnn.so.7is error.
What should i do?

Hi,

Do you install the CUDA and cuDNN package via JetPack?
CUDA should be installed at /usr/local/ and you can find the nvcc executable at the /usr/local/cuda-9.0/bin/.

Thanks.