导入theano,关于驱动程序的错误,引发Exception()

时间:2017-02-15 18:09:12

标签: python-3.x machine-learning theano-cuda

我的操作系统是Win10_64,我安装了cuda8.0,我已经更新了显卡驱动程序

,但.. 当我输入'import theano'时,它说:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Mon_Jan__9_17:32:33_CST_2017
Cuda compilation tools, release 8.0, V8.0.60 

和 我的python版本是3.6 我不知道这是关于cuda的版本还是别的什么?

当我输入nvcc -V时,它会显示:

1 lui     $t0,0x12ff
2 lw      $t1,0x1240($t0)
3 lw      $t2,0x5aa4($t0)
4 lw      $t3,0x4248($t0)

所以我猜cuda还可以。

不知道如何解决它......

如果你知道如何解决它,我将不胜感激。 谢谢!

0 个答案:

没有答案