Assist in finding correct version of cuDNN for CUDA9.2

0

i am working on human pose estimation project. My machine details are: Windows 10 Home Edition NVIDIA Geforce 840m CUDA 9.2 Keras 2.0 Tensorflow 1.13 Tensorflow-gpu 2.0 When i run my code, i get the below error: "tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above." How to check if cuDNN is installed in my machine and find it version?

Gokva

Posted 2019-10-11T07:59:34.037

Reputation: 1

After uninstalling and reinstalling NVIDIA driver using DDU(from guru3d.com), the actual issue now is that CUDA9.0 installation fails in my machine. – Gokva – 2019-10-13T04:43:28.873

No answers