首页 文章

使用GPU导入theano异常:使用此操作系统安装的nvidia驱动程序版本无法提供良好的还原效果

提问于
浏览
1

我在WIN10上安装了theano,可以使用CPU导入 . 我的显卡是GTX1080 . 我安装了CUDA8.0 . 这是nvcc -V信息:
enter image description here

我还在cuda样本中运行deviceQuery.cpp,结果= PASS . 结果如下:
enter image description here

我还配置了.theanorc.txt:

enter image description here

但是当我导入theano时,会出现2个警告并使用gpu设备0:GeForce GTX 1080(CNMeM被禁用,cuDNN 5005)Traceback(最近一次调用最后一次):文件“,第1行,在文件E中:\ Anaconda \ lib \ site-packages \ theano__init __ . py,第116行,在theano.sandbox.cuda.tests.test_driver.test_nvidia_driver1()文件E:\ Anaconda \ lib \ site-packages \ theano \ sandbox \ cuda \ tests \ test_driver.py,line 41,在test_nvidia_driver1中引发异常(使用此操作系统安装的nvidia驱动程序版本

例外:使用此操作系统安装的nvidia驱动程序版本不能提供良好的还原结果 . 在cuda包的同一下载页面上安装nvidia驱动程序将解决问题:http://developer.nvidia.com/cuda-downloads

enter image description here

CUDA8.0驱动版本是376.51,我确实安装了这个版本 . 我不知道哪里出错了 . 你能帮我解决这个问题吗?非常感谢你!

1 回答

  • 0

    this guide之后的theano安装期间遇到同样的问题 . 通过安装顶级anaconda(5.0.0)来打败这个,用NOT top python创建环境(当top为3.6时为3.5)并安装NOT top cuda(当top为9.0时为8.0) .

    我不确定它对你有什么帮助,但它可以在将来帮助一些人 .

相关问题