Hello Tensorflow
TensorFlow入门代码import tensorflow as tfa=tf.constant(1000)hello=tf.constant("Hellow tF",dtype=tf.string)#创建常量b=tf.Variable(1.0,dtype=tf.float32)#创建变量b=asesson=tf.Session()print(sesson.run(hello)...
原创
2020-08-06 22:57:03 ·
131 阅读 ·
0 评论