"ImportError: DLL load failed: The specified procedure could not be found." When importing pygpu

"ImportError: DLL load failed: The specified procedure could not be found." When importing pygpu

我通过 conda install 安装了 theano、keras、pygpu 和 libgpuarray,但出现此错误。我正在尝试 运行 我的 GPU 上的卷积网络。有人知道如何解决这个问题吗?

OS: Windows 10

我遇到了完全相同的问题。我最初安装了最新的 pygpu 0.6.4。当我安装 pygpu 0.6.2 时,我仍然收到很多错误消息,但至少它使用了 GPU!

运行 降级命令如下:

conda install theano pygpu=0.6.2

希望对您有所帮助!

罗伯特