第二段Python代码
2018-04-04 本文已影响0人
景芝白亁
做火车真的好无聊,写端Python代码打发下无聊的时间:)
>>> import tensorflow astf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))
做火车真的好无聊,写端Python代码打发下无聊的时间:)
>>> import tensorflow astf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))