Friday, September 15, 2017

Installing NVIDIA cuDNN v5.1+ using rpm

https://www.safaribooksonline.com/library/view/deep-learning-with/9781786469786/ea11f2f2-6af5-488d-93ea-61a7cf138068.xhtml 

 

Step 2: Installing NVIDIA cuDNN v5.1+

Once the CUDA Toolkit is installed, download the cuDNN v5.1 Library from https://developer.nvidia.com/cudnn for Linux as shown in the following screenshot:
Available cuDNN v5.1 Library depending on platform
Once downloaded, uncompressing the files and copy them into the CUDA Toolkit directory (assumed here to be in /usr/local/cuda/):
$ sudo tar -xvf cudnn-8.0-linux-x64-v5.1.tgz -C /usr/local  

No comments:

Post a Comment