小编Tyl*_*Xie的帖子

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

Theano在我的机器上安装了框架并启用了CUDA,但是当我在我的python控制台中"导入theano"时,我收到以下消息:

>>> import theano
Using gpu device 0: GeForce GTX 950 (CNMeM is disabled, CuDNN not available)
Run Code Online (Sandbox Code Playgroud)

现在,"CuDNN不可用",我cuDnn从Nvidia网站下载.我还更新了环境中的'path',并在'.theanorc.txt'配置文件中添加了'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 <module>
    theano.sandbox.cuda.tests.test_driver.test_nvidia_driver1()
  File "C:\Anaconda2\lib\site-packages\theano\sandbox\cuda\tests\test_driver.py", line 31, in test_nvidia_driver1
    profile=False)
  File "C:\Anaconda2\lib\site-packages\theano\compile\function.py", line 320, in function
    output_keys=output_keys)
  File "C:\Anaconda2\lib\site-packages\theano\compile\pfunc.py", line 479, in pfunc
    output_keys=output_keys) …
Run Code Online (Sandbox Code Playgroud)

python theano cudnn

10
推荐指数
1
解决办法
1万
查看次数

一个奇怪的Qt IDE标签出现在Qt窗口的左侧

在此输入图像描述

有没有人遇到这个问题,左边会出现一个新标签'hello world'.我试图删除Qt并重新安装,但'hello world'仍在那里.

qt qt-creator

1
推荐指数
1
解决办法
49
查看次数

标签 统计

cudnn ×1

python ×1

qt ×1

qt-creator ×1

theano ×1