first of all it was “tensorflow-gpu test is false” issue for me. but i managed to run github repo below which is my goal.
then i came up with “Could not load library cudnn_ops_infer64_8.dll. Error code 126 Please make sure cudnn_ops_infer64_8.dll is in your library path!” error.
i’ve "cudnn_ops_infer64_8.dll."in my downloads folder.Because i tried to match perfect cuda- tensorflow for my gpu.
hey @aadityapattabhiraman where can i find the file cudnn_ops_infer64_8.dll? I couldn’t find it in C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin
Did you manage to resolve this issue? A solution online redirected me to download the ZLIB dll available on the CUDA installation page, however the link seems to be dead.
So you have to download cudnn cuda file, unzip it, then move the file from there to your C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\ (insert version here)\bin
Hi,
Have faced the same issue, could able to fix it by downloading the files from CUDNN and copy to “C:\Program Files\NVIDIA GPU Computing Toolkit\CUDNN\v5.1\bin”.