check tensorflow version on windows 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)