I have downloaded tensorflow 2.13.0 , cuda 11.8 and cudnn 8.6, and these all are compatible according to tensorflow, and each of them has been identified by the system but when i checked for the gpu’s identified by the tensorflow it shows 0,
The system is hp victus i7 windows 11, and has a inbuilt nvidia 3050 rtx.
Welcome to the TensorFlow forum ,
Could you please confirm whether you are using the wsl environment or not. Because Tensorflow, does not support their GPU-based library for Windows after Tensorflow 2.10, you will need to install TensorFlow in WSL2 for using the GPU .
Kindly refer to Tensorflow Website
Thank you !