会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
youxiaogeo
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2017年10月26日
tf.pad(one_hot_encoding, [[0, 0], [1, 0]], mode='CONSTANT')
摘要: tf.pad(one_hot_encoding, [[0, 0], [1, 0]], mode='CONSTANT') tf.pad 是扩展的意思,其中[0, 0], [1, 0] 分别代表的是[上,下][左,右] 值为0代表相应边扩展0,比如上面代码中,左的位置的值为0,代表在左边增加一列,填充是
阅读全文
posted @ 2017-10-26 18:13 youxiaogeo
阅读(421)
评论(0)
推荐(0)
编辑
tf.identity 个人理解
摘要: tf.identity is useful when you want to explicitly transport tensor between devices (like, from GPU to a CPU). The op adds send/recv nodes to the graph
阅读全文
posted @ 2017-10-26 16:14 youxiaogeo
阅读(1330)
评论(0)
推荐(0)
编辑