1

我已经安装了 Anaconda、theano、GPU Toolkit ver 8。我收到了这个错误。

    ERROR: refusing to load cuda driver library because the version is blacklisted.  Versions 373.06 and below are known to be ok.
If you want to bypass this check and force the driver load define GPUARRAY_FORCE_CUDA_DRIVER_LOAD in your environement.
ERROR (theano.gpuarray): Could not initialize pygpu, support disabled
4

2 回答 2

1

请参阅此处的讨论

我重新安装了 libgpuarray,它对我有用。

于 2017-03-22T04:46:49.977 回答
0

你的 cuda 驱动程序有问题。安装另一个,最好是 373.06。使用您当前的驱动程序将导致错误的计算。不要强行加载驱动程序

于 2017-03-03T12:37:46.733 回答