
tensorflow
陈卓为
好好学习,天天向上
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tensorflow的使用进阶
Note: When is_training is True the moving_mean and moving_variance need to be updated, by default the update_ops are placed in tf.GraphKeys.UPDATE_OPS so they need to be added as a dependency to th...原创 2018-03-21 11:00:52 · 797 阅读 · 0 评论 -
tensorflow源码阅读
注:在利用 tensorflow 做实际项目时,对其中的某些模块使用不明白或实现好奇。因此想到写一篇 trace code 的博客用来记录官方的实现方法。刚开始一个一个模块可能比较凌乱,等到积累到一定程度会整理为一篇系统的 tensorflow 代码解析的博客。 1,SAME or VALID padding 对于 VALID padding 而言,padding 数量为0,因此 ...原创 2018-08-04 16:35:33 · 585 阅读 · 0 评论