我在2080Ti的nvidia驱动程序上遇到了一个问题(需要安装nvidia驱动程序+ CUDA才能使用割炬)。
me@server:~$ python3
Python 3.6.8 (default, Aug 20 2019, 17:12:48)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> torch.cuda.is_available()
False
我认为这个问题是由下一个问题引起的:
me@server:~$ sudo nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.
Make sure that the latest NVIDIA driver is installed and running.
当然,我在这个问题上搜索了很多,并尝试了所有找到的解决方案:我从头开始重新安装了所有驱动程序,尝试了不同版本的驱动程序(385、410、415、430、435)。不幸的是,所有这些步骤都无济于事。
我需要一些新鲜的解决方案:)
P.S。当然,重新安装Ubuntu也可以,但是现在我没有时间这样做,因为我需要运行Torch:(