Reputation: 98
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
Upvotes: 0
Views: 340
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