Tensorflow 0808020918

Install Tensorflow today !(TensorFlow supports only 64-bit Python 3.5 on Windows. :(  )

Just follow the link:

import pip
pip.main(['install', 'tensorflow']) 


And when it was installed,  now test it !

import tensorflow as tf
hello=tf.constant('Hello, TensorFlow!')
sess=tf.Session()
print(sess.run(hello))

a=tf.constant(10)
b=tf.constant(32)
print(sess.run(a + b))

留言

這個網誌中的熱門文章

AndrewNg's CNN notes(practical issues)

New findings in Numpy