Cómo verificar si TensorFlow está funcionando en su PC
>>> print sess.run(hello)
Thankful Trout
>>> print sess.run(hello)
Hello TensorFlow!