我已经按照官方网页上的说明安装了 Theano + CUDA + CUDNN。
当我在终端上运行时:
python
import theano
我得到:
Using gpu device 0: GeForce GTX TITAN X (CNMeM is disabled)
当我在 Pycharm 中做同样的事情时,我得到:
ERROR (theano.sandbox.cuda): nvcc compiler not found on $PATH. Check your nvcc installation and try again.
我已将 CUDA 文件夹添加到解释器路径中,但没有成功。如下图所示:
关于如何解决这个问题的任何替代建议?