Versions I used for setup
CuDNN - 8.6
CUDA - 11.5
Tensorflow - 2.8.2
Visual studio -2017
RTX 3060 laptop -device
problem is Tensorflow is not identifying GPU:1 which is my rtx 3060 instead it is only giving intel graphic card
Num GPUs Available: 1
GPUs Available: [PhysicalDevice(name=‘/physical_device:GPU:0’, device_type=‘GPU’)]
tried this method
CUDA_VISIBLE_DEVICES=0,1
Are the above mentioned correct version of CUDA, CuDNN for my laptop gpu?
How to access GPU:1?
any other information provides is also very well appreciated.
Thank you.