File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -243,14 +243,14 @@ cuDNN is a library from NVIDIA that efficiently implements many of the operation
243
243
that are commonly used in deep learning.
244
244
245
245
After registering as a developer with NVIDIA, you can [ download cuDNN here] ( https://developer.nvidia.com/cudnn ) .
246
+ Make sure to download Version 4.
246
247
247
248
After dowloading, you can unpack and install cuDNN like this:
248
249
249
- ```
250
- tar -xzvf cudnn-6.5-linux-x64-v2.tgz
251
- cd cudnn-6.5-linux-x64-v2/
252
- sudo cp libcudnn* /usr/local/cuda-7.0/lib64
253
- sudo cp cudnn.h /usr/local/cuda-7.0/include
250
+ ``` bash
251
+ tar -xzvf cudnn-7.0-linux-x64-v4.0-prod.tgz
252
+ sudo cp cuda/lib64/libcudnn* /usr/local/cuda-7.0/lib64/
253
+ sudo cp cuda/include/cudnn.h /usr/local/cuda-7.0/include/
254
254
```
255
255
256
256
Next we need to install the torch bindings for cuDNN:
You can’t perform that action at this time.
0 commit comments