I am Charmie

メモとログ

2019-04-04から1日間の記事一覧

PyTorch 1.0 on Ubuntu 18.04

The official site provides conda package with the combination of CUDA toolkit 10.0 and cuDNN 7.4. My installation is CUDA toolkit 10.1 and cuDNN 7.5.After the installation, a sample program worked, however I may need to downgrade the toolk…

CUDA 10.1 on Ubuntu 18.04

You should first check the compatibility between NVIDIA driver and CUDA here so that you can avoid installing/uninstalling wrong combinations of them. Also, you should check which version are supported by some applications. In my case, I u…

NVIDIA driver on Ubuntu 18.04

This post describes how to install an NVIDIA driver on Ubuntu 18.04. The official CUDA toolkit documentation didn't work me. I tried package manager based installation and it worked. Step 1. Disable the Nouveau driversNvidia driver install…