摘要: 函数变动 tf.train.SummaryWriter 变为 tf.summary.Filewritter 函数功能相同,仅仅是简单的重命名 ``` writer = tf.summary.FileWriter('./my_graph',sess.graph) ``` 阅读全文
posted @ 2020-02-07 08:17 计算机组成原理 阅读(96) 评论(0) 推荐(0)