how to know if tensorflow is running on gpu juoyter notebook code example
Example 1: how to check if tensorflow is working on your pc
Hello TensorFlow!
Example 2: how to check if tensorflow is working on your pc
>>> print sess.run(hello)
Hello TensorFlow!
>>> print sess.run(hello)