摘要: Day01——tensorflow-hello代码书写 视频代码: tensorflow—— import tensorflow as tf hello = tf.constant('hello tf!') sess = tf.Session() print(sess.run(hello)) 问题: 阅读全文
posted @ 2020-04-20 17:08 anxueshan 阅读(503) 评论(0) 推荐(0)