how to check if my tensorflow is using gpu or not code example
Example 1: check if tensorflow gpu is installed
import tensorflow as tf
print(tf.test.gpu_device_name())
Example 2: tensorflow check gpu
tf.config.list_physical_devices('GPU')
Example 3: tensorflow cant see gpu
$ pip uninstall tensorflow
$ pip install tensorflow-gpu