环境: RTX3090cuda11.2tensorflow 2.4.1Ubuntu 18.04 测试TensorFlow使用是否能够使用GPU import tensorflow as tftf.config.list_physical_devices('GPU') 出现libcusolver.so.10 not found 在tensorflow 的issues#43947发现解决方案
在ubuntu下安装pytorch1.0 + cuda10.1 + python3.6 ,运行torchvision时出现问题 libcudart.so.10.0: cannot open shared object file: No such file or directory 原因:我的Ubuntu下安装的是cuda-10.1,但安装pytorch时官网没有cuda-10.1的选项