tensorflow 学习记录

Posted wangyv

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow 学习记录相关的知识,希望对你有一定的参考价值。

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

```

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

```

 

 

以上是关于tensorflow 学习记录的主要内容,如果未能解决你的问题,请参考以下文章

知乎TensorFlow入门学习记录

深度学习知识点记录

tensorflow学习记录-word2vec

Python 学习记录Pycharm导入Tensorflow包如何选择?安装不了?

tensorflow的reduce_sum方法学习记录

TensorFlow使用记录 (三): Learning rate