函数变动 tf.train.SummaryWriter 变为 tf.summary.Filewritter 函数功能相同,仅仅是简单的重命名
```
writer = tf.summary.FileWriter(‘./my_graph‘,sess.graph)
```
原文地址:https://www.cnblogs.com/wangyv/p/12271877.html
时间: 2024-10-12 11:14:47
函数变动 tf.train.SummaryWriter 变为 tf.summary.Filewritter 函数功能相同,仅仅是简单的重命名
```
writer = tf.summary.FileWriter(‘./my_graph‘,sess.graph)
```
原文地址:https://www.cnblogs.com/wangyv/p/12271877.html