eu enfrentei um problema no driver nvidia para 2080Ti (é necessário instalar o driver nvidia + CUDA para uso da tocha).
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
acho que esse problema é causado pelo próximo problema:
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.
claro, pesquisei muito sobre esse assunto no Google e tentei todas as soluções encontradas: reinstalei todos os drivers do zero, tentei diferentes versões dos drivers (385, 410, 415, 430, 435). infelizmente, todas essas etapas não ajudaram.
eu preciso de algo novo para resolver :)
PS, claro, reinstalar o Ubuntu vai funcionar, mas agora não tenho tempo para fazer isso porque preciso rodar o torch :(