我按照官方网页上的说明安装了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文件夹添加到解释器路径,但没有成功。如下图所示:
关于如何解决此问题的任何其他建议?