我在我的 GPU Windows 10 系统上正确安装并运行了 Theano(带有 Keras 和 nolearn)。
添加一些额外的安装(Kaldi/PDNN)后,我在导入 theano 时不断收到这两个警告,如下所述,我的性能严重下降。
**WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string.
WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu is not available (error: cuda unavailable)**
我已经阅读了一些关于 g++ 安装的帖子,但我很确定这是一些被覆盖的配置问题。
有没有人遇到过这个问题?如果是这样,我该如何解决?