libcudart.so.10.0: cannot open shared object file: No such file or directory
tensorflow 2.0.0b1
cuda:10.1
报错,使用tf.test.is_gpu_available()测试时也是false,原来是这个版本只支持10.0,不支持10.1.
解决办法:无需删除cuda10.1,也无需再下载cuda10.0包,直接conda install cudatoolkit=10.0。
https://github.com/tensorflow/tensorflow/issues/30638