tensorflow 学习记录

函数变动 tf.train.SummaryWriter 变为 tf.summary.Filewritter 函数功能相同,仅仅是简单的重命名

```

writer = tf.summary.FileWriter('./my_graph',sess.graph)

```

 

原文地址:https://www.cnblogs.com/wangyv/p/12271877.html