The reason for the failure of installing cuda in window10

There is an error in the blog,

tensorflow-gpu training has a blog of Couldnotcreatecudnnhandle:CUDNN_STATUS_NOT_INITIALIZED_aojue1109 -CSDN blog_couldnotcreatecudnnhandle:cudnn_status_not_in

I checked a bunch at the beginning, but in fact, upgrading cudnn to the latest version solved the problem.

 

Prompt that cuda and cudnn versions are not compatible

When the problem appeared, the machine was already CUDA v10.0.130, cudnn forgot to check, anyway, nvcc -V did not find it out.

 

According to this method,

Go here to download cudnn, remember to open VPN, otherwise the speed will be slower

https://developer.nvidia.com/rdp/cudnn-archive

 

 

 

 

Guess you like

Origin blog.csdn.net/txpp520/article/details/106628770