tensorflow gpu 설치 - yarak001/machine_learning_common GitHub Wiki

from tensorflow.python.client import device_lib device_lib.list_local_devices()

or python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"