libcudart.so.10.0: cannot open shared object file: No such file or directory

tensorflow 2.0.0b1python

cuda:10.1git

报错,使用tf.test.is_gpu_available()测试时也是false,原来是这个版本只支持10.0,不支持10.1.github

解决办法:无需删除cuda10.1,也无需再下载cuda10.0包,直接conda install cudatoolkit=10.0。测试

https://github.com/tensorflow/tensorflow/issues/30638spa

相关文章
相关标签/搜索