code to detect gpu tensorflow code example
Example 1: tensorflow gpu test
tf.test.is_gpu_available(
cuda_only=False, min_cuda_compute_capability=None
)
Example 2: tensorflow gpu test
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))