I have a anaconda installation with which I configured python 3.6, tensorflow 1.13 on windows 10. The installation works fine except when I try invoking cudnn code i.e conv2d and similar functions when I greeted with the following error: " E tensorflow/stream_executor/cuda/cuda_dnn.cc:324] Loaded runtime CuDNN library: 7.3.1 but source was compiled with: 7.4.1. CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library".
Which TensorFlow and CUDA version combinations are compatible?. From this post, I tried installing cudnn 7.4.1 on my desktop but looks like anaconda keeps using the default cudnn 7.3.1 only and does not reference the one pointed to by my path variables. Any help in terms of how I can force conda to use the cudnn 7.4.1 will be much appreciated.