Hi,
I got RTX 4060 with driver 560.76.
I installed CUDA 11.8 and copied cuDNN 8.9.7. files to the correct directories in the CUDA installation folder.
I added the right paths to the System variables Environment.
Finally, I installed Tensorflow 2.16.2 and
When I run the code below I got no GPU detection:
print("Num GPUs Available: ", len(tf.config.list_physical_devices(‘GPU’)))
What am I doing wrong?