Darknet: Clarification on step 1.3. To install CUDNN (speedup neural network), do the following:

Created on 31 May 2018  路  3Comments  路  Source: AlexeyAB/darknet

Sorry if it is a dumb question!
I am trying to install CUDNN and have downloaded cudnn-9.1-windows10-x64-v7.zip and now I wonder what I should do. There is a folder in my Downloads/cudnn-9.1-windows10-x64-v7.zip and if I open there is a cuda folder. Should I copy it to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1 ?
And then, the image linked in the step 1.3 is not seen completely, until which path should I add?
Is it
_C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\cuda\include_ or
_C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\cuda\lib\x64_ ?

question

All 3 comments

You should have

  • C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1\include\cudnn.h
  • C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1\bin\cudnn64_7.dll
  • C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1\lib\x64\cudnn.lib

And write path as in the image in step 1.3 C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1
https://hsto.org/files/a49/3dc/fc4/a493dcfc4bd34a1295fd15e0e2e01f26.jpg

@AlexeyAB
Sorry I am confused now, I need more clarification. Where are you getting that cudnn7.1? The link you referenced points to this version.
It IS cudnn but there is only cuda folder inside the zip file. I copied it into _C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1_ not into _C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA_
And then I set the path as this. Have I set everything right?

You should download cuDNN 7.0 for CUDA 9.1: https://developer.nvidia.com/cudnn
And un-compress it to the folder: C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1

Then you should have

  • C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1\include\cudnn.h
  • C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1\bin\cudnn64_7.dll
  • C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1\lib\x64\cudnn.lib

And set path as in the image in step 1.3 C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn7.1
https://hsto.org/files/a49/3dc/fc4/a493dcfc4bd34a1295fd15e0e2e01f26.jpg

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Jacky3213 picture Jacky3213  路  3Comments

hemp110 picture hemp110  路  3Comments

qianyunw picture qianyunw  路  3Comments

zihaozhang9 picture zihaozhang9  路  3Comments

HanSeYeong picture HanSeYeong  路  3Comments