Tensorflow could not detect available GPU.
I am working on image classification using below module and notebook (local) spec;
However Tensorflow could not see my available GPU, see below information;
print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
# output
Num GPUs Available: 0
I also already added environmental variables;
Anyone have solution on this?
According to your path variable screenshot, it seems like you got Windows OS on your laptop.
Tensorflow, however, does not support their GPU-based library for Windows after Tensorflow 2.10.
Refer to the website for further details: https://www.tensorflow.org/install/source_windows#gpu