PyTorch and other libraries on Ubuntu 20.04

Has anyone installed PyTorch and other machine learning libraries (sklearn, matplotlib, Pandas, etc.) on Ubuntu 20.04? Please let me know if they are working. Thanks.

1 Like

Hi, I installed pytorch with Ubuntu 20.04 and everything works except cuda. In 19.10 all worked perfectly, but now pytorch fails to find the gpu.
My machine is an XPS 15 9570 with a 1050ti,with standard installation and drivers.

1 Like

Did you install Ubuntu 20.04 on a virtual machine?

No, directly on the disk.

1 Like

Ok solved. Ubuntu comes with Nvidia driver 440.62.
I downloaded the latest 440.82 and then cuda works

1 Like

That’s great. Did you install only PyTorch? What about Anaconda and other libraries?