Yashraj Jain
Yashraj Jain

Reputation: 98

cuDNN Error Failed to get convolution algorithm. This is probably because cuDNN failed to initialize

I have installed Anaconda with Python 3.8 and CUDA 10.1 with CUDNN 8.0.3 on my Window 10 with GPU GTX 1050. But Still I get the error Details of the Error

Upvotes: 0

Views: 340

Answers (1)

Robert
Robert

Reputation: 36

I've been having a similar issue with TF 2.3.1. However, right away I can tell you that your cudnn version is incompatible. Only cudnn 7.6 is supported with the latest TF which as of right now is 2.3.1. See compatibility link below.

https://www.tensorflow.org/install/gpu#hardware_requirements

Upvotes: 1

Related Questions