Tag: cudnn

如何在Windows 7 64位上使用theano设置cuDnn

我已经安装了Theano框架并在我的机器上启用了CUDA,但是当我在我的python控制台中导入theano时,我收到以下消息: >>> import theano Using gpu device 0: GeForce GTX 950 (CNMeM is disabled, CuDNN not available) 现在“CuDNN不可用”,我从Nvidia网站下载了cuDnn 。 我还更新了环境中的“path”,并在“.theanorc.txt”configuration文件中添加了“optimizer_including = cudnn”。 然后,我再次尝试,但失败,与: >>> import theano Using gpu device 0: GeForce GTX 950 (CNMeM is disabled, CuDNN not available) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Anaconda2\lib\site-packages\theano\__init__.py", line 111, in […]