【tensorflow+cudnn】Loaded runtime CuDNN library: 7.0.5 but source was compiled with: 7.1.4.

This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.

在跑基于tensorflow的FCN时碰到这个问题,网上翻提示的时候发现提示Loaded runtime CuDNN library: 7.0.5 but source was compiled with: 7.1.4.
截图:

在这里插入图片描述
在这里插入图片描述

主要原因是因为tensorflow版本过高

一开始跑代码的的时候实在tensorflow1.12下跑的。后来又新建的一个tensorflow1.10的环境,再次跑的时候成功运行。

你可能感兴趣的:(bug)