在使用CNN时,报错:
Loaded runtime CuDNN library: 7100 (compatibility version 7100) but source was compiled with 7000(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.
主要问题就是我的CuDNN版本是7.1,而源是7.0
重新下载7.0版本,得以解决
https://developer.nvidia.com/rdp/cudnn-download
本文介绍了在使用CNN过程中遇到的CuDNN版本不匹配错误,并提供了具体的解决方案,即通过重新下载并安装与源代码匹配的CuDNN版本来解决该问题。
2633

被折叠的 条评论
为什么被折叠?



