Answers for "how to check if tensorflow is using gpu windows"

5

check if tensorflow gpu is installed

import tensorflow as tf
print(tf.test.gpu_device_name())
Posted by: Guest on August-07-2020
0

how to check if tensorflow is working on your pc

>>> print sess.run(hello)
Posted by: Guest on August-04-2020

Code answers related to "how to check if tensorflow is using gpu windows"

Python Answers by Framework

Browse Popular Code Answers by Language