NV显卡软件版本不一致运行TensorFlow出错

当使用NV显卡运行TensorFlow出错时,如下:

failed s.ok() could not find cudnncreate in cudnn dso dlerror cudnn

需要检查cudnn的版本与cuda的版本一致。否则就会出上面这个错误。


我这里使用这两个版本没有问题:

cuda_8.0.61_win10.exe

cudnn-8.0-windows10-x64-v5.1.zip


1. C++标准模板库从入门到精通 

http://edu.csdn.net/course/detail/3324

2.跟老菜鸟学C++

http://edu.csdn.net/course/detail/2901

3. 跟老菜鸟学python

http://edu.csdn.net/course/detail/2592

4. 在VC2015里学会使用tinyxml库

http://edu.csdn.net/course/detail/2590

5. 在Windows下SVN的版本管理与实战 

 http://edu.csdn.net/course/detail/2579

6.Visual Studio 2015开发C++程序的基本使用 

http://edu.csdn.net/course/detail/2570

7.在VC2015里使用protobuf协议

http://edu.csdn.net/course/detail/2582

8.在VC2015里学会使用MySQL数据库

http://edu.csdn.net/course/detail/2672

你可能感兴趣的:(windows,python,AI,tensorflow,深度学习)