I installed TensorFlow 2.0 along with it came cudnn 7.6.4 installed with cuda toolkit 10.0.130. Now, whenever I run any script on TensorFlow following statement appears:
Unknown Error: Cudnn Failed to initialize see previous logs to check whether an error occurred.
So I checked the logs I got this:
[b]Invoking ptxas not supported on Windows
Relying on driver to perform ptx compilation. This message will be only logged once.[/b]
Can you please guide to resolve the following error occurring in Jupyter Notebook Unknown Error: Cudnn Failed to initialize see previous logs to check whether an error occurred.
And regarding the downgrading suggestion, I didn’t installed cudnn 7.6.4 by myself it was installed automatically in the conda environment. The method you suggested won’t reflect in the conda environment I guess.