无法使用 GPU 运行 Tensorflow/Keras

Unable to Run Tensorflow/Keras with GPU

我尝试使用我的 GPU 运行 Keras,但出现以下错误:

C:\Python36\lib\site-packages\skimage\transform_warps.py:84: UserWarning: The default mode, 'constant', will be changed to 'reflect' in skimage 0.15. warn("The default mode, 'constant', will be changed to 'reflect' in " E C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\tensorflow\stream_executor\cuda\cuda_dnn.cc:378]

Loaded runtime CuDNN library: 7102 (compatibility version 7100) but source was compiled with 7003 (compatibility version 7000). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.

F C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\tensorflow\core\kernels\conv_ops.cc:717] Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfusedAlgo(), &algorithms)

我有tensorflow 1.6,CUDA版本:Cuda编译工具,release 9.0,V9.0.176

有人知道这里出了什么问题吗?

您需要安装cuDNN 7.0.5。文件可以下载here。单击下载并同意条款后,将列出该选项。