cudnn无法安装

时间:2017-04-12 04:25:05

标签: theano theano-cuda cudnn

我正在使用cuda 8.0 windows 10 GTX 770M在theano上尝试LeNet5,似乎无法正确更新params。 当我导入theano时,我会收到此错误:

Can not use cuDNN on context None: cannot compile with cuDNN. We got this error:
c:\users\yanjun~1\appdata\local\temp\try_flags_8n7fhy.c:4:19: fatal error: cudnn.h: No such file or directory
compilation terminated.

Mapped name None to device cuda: GeForce GTX 770M (0000:01:00.0)

我已将cudnn 5安装到我的cuda 8.0上,方法是将文件复制到" NVIDIA GPU Computing Toolkit \ CUDA \ v8.0",但仍然显示相同的错误。

是因为theano无法编译cudnn,conv2dpool_2d都无法正常工作?结果,我的错误率在训练时保持在90%左右。我是否正确安装了cudnn?我只是关注了theano的文档中的instructions,但是没有压缩文件。

我已经尝试过cpu模式,它可以正常训练,但真的很慢。

希望你们能帮助我摆脱困境,因为我被困在了一天。

非常感谢!

0 个答案:

没有答案
相关问题