add the correct version of tensorflow-gpu that is compatible with cuda version
https://github.com/tensorflow/tensorflow/issues/15604
cuda 9.0 ,so you should install tensorflow-gpu-1.4. And rember uninstall tensorflow-gpu-1.5. Please use this"pip install --upgrade tensorflow-gpu==1.4"
cuda 10.0 -> tensorflow-gpu ==1.14.0