我一直遵循here的说明,该说明如何在Anaconda上安装具有GPU支持的tensorflow。它还可以在Anaconda上安装Cuda和cuDNN,从而简化了安装过程。
我需要用theano复制该过程。但是,我遇到了cuDNN的以下问题:
Can not use cuDNN on context None: cannot compile with cuDNN. We got this
error:
b'In file included from /tmp/try_flags_c3rotdub.c:4:0:\n/data/home/me/.conda/envs/tf_gpu/include/cudnn.h:63:10: fatal error: driver_types.h:
No such file or directory\n #include "driver_types.h"\n
^~~~~~~~~~~~~~~~\ncompilation terminated.\n'
Mapped name None to device cuda0: Tesla V100-PCIE-16GB (0000:00:06.0)
tf_gpu是我的conda环境的名称。我没有遇到Tensorflow的问题,也没有对该机器的管理员权限。