摘要: 1.计算图可视化 1 import tensorflow as tf 2 3 path = "D:\Path" 4 5 # 定义一个简单的计算图,实现向量加法的操作。 6 input1 = tf.constant([1.0, 2.0, 3.0], name="input1") 7 input2 = 阅读全文
posted @ 2019-07-18 15:28 这是一个ID 阅读(350) 评论(0) 推荐(0) 编辑