我遇到了 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)。不幸的是,所有這些步驟都沒有幫助。
我需要一些新的解決方案:)
PS 當然,重新安裝 Ubuntu 就可以了,但現在我沒有時間這樣做,因為我需要執行 torch :(