问题Could not load dynamic library ‘cudart64_110.dll‘; dlerror: cudart64_110.dll not found

insert image description here
tf2.0, cuda10.1 version + cudnn7.6 version, prompts that the above four dll files cannot be found.
The first thought is that the cudnn version does not match.
Switching the cudnn version to 8.0 still does not work.
Note: The cudnn and cuda versions given on the Nvidia official website do not necessarily match.
The cudnn8.1 given on the official website corresponds to cuda10.2, but it can also correspond to cuda10.1.insert image description here

Updated the cudnn version to 8.1.0, but there are still no above four dll files in the bin directory, and still cannot be called.
The cudnn version on the gpu official website does not have the above four dll files.
Manually download the above four dll files and replace them to the bin folder in the cuda installation directory.
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin

Guess you like

Origin blog.csdn.net/weixin_51205206/article/details/123611102