Google colab上的Theano:与此操作系统一起安装的nvidia驱动程序版本未提供良好的还原结果

时间:2019-01-06 19:54:08

标签: theano google-colaboratory theano-cuda

我正在尝试运行this repository,因此必须在Google colab上使用theano。我可以安装所有依赖项,但是在运行脚本时会收到错误消息:

  File "/usr/local/lib/python3.6/dist-packages/theano/__init__.py", line 111, in <module>
    theano.sandbox.cuda.tests.test_driver.test_nvidia_driver1()
  File "/usr/local/lib/python3.6/dist-packages/theano/sandbox/cuda/tests/test_driver.py", line 39, in test_nvidia_driver1
    raise Exception("The nvidia driver version installed with this OS "
Exception: The nvidia driver version installed with this OS does not give good results for reduction.Installing the nvidia driver available on the same download page as the cuda package will fix the problem: http://developer.nvidia.com/cuda-downloads

在它们链接的cuda下载页面上,我没有看到任何nvidia驱动程序,看起来Google colab具有最新的驱动程序。我还搜索了错误消息,并找到可以通过cuda 8.0解决该错误的人,但是我也无法在Google Colab上执行此操作。

有人知道我应该怎么做才能使它运行吗?这是一个Google colab笔记本,其中包含我正在帮助您调试的所有代码,可以在对其进行修改之前对其进行复制:https://colab.research.google.com/drive/1Sfr1M3HIKH43tgdntEY2EFNsvRf3DxTU

0 个答案:

没有答案