第二段Python代码

做火车真的好无聊,写端Python代码打发下无聊的时间:)

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




你可能感兴趣的:(第二段Python代码)