Posted inPython Python – Check TensorFlow Using GPU Posted by By Haneef Puttur July 10, 2019 To check weather Tensorflow using GPU follow these steps: from tensorflow.python.client import device_lib print(device_lib.list_local_devices())…