Related to this post
I have installed TensorFlow (GPU) with anaconda using the installation instructions in here
conda create -n tf-gpu tensorflow-gpu
conda activate tf-gpu
But I realized Anaconda is installing library cudnn version 7.6.5
According to TensorFlow page it should not be installing cudnn 7.4?
This can cause any problem?