问题
Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform
全部报错
Could not load dynamic library libcudart.so.10.1
查看版本
pip list
pip uninstall tensorflow tensorflow-gpu
pip install tensorflow-gpu==1.13.1
就ok了,这里主要是tf版本不对,如果出现这个问题去官网查看对应版本
https://www.tensorflow.org/install/source#gpu
参考链接: