tensorflow gpu usage check code example
Example 1: tensorflow check gpu
tf.config.list_physical_devices('GPU')
Example 2: tensorflow gpu test
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))
tf.config.list_physical_devices('GPU')
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))