摘要: 目录: 1. tf.placeholder_with_default(tf.constant(1.0),shape=[],name='use_dropout') # 设置一个占位符 2. tf.constant(input, size, name) # 产生一个变量 3.tf.variable_sc 阅读全文
posted @ 2018-12-20 18:27 python我的最爱 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 1. tf.split(3, group, input) # 拆分函数 3 表示的是在第三个维度上, group表示拆分的次数, input 表示输入的值 2. tf.concat(3, input) # 串接函数 3 表示的是在第三个维度上, input表示的是输入,输入一般都是列表 3. tf. 阅读全文
posted @ 2018-12-20 16:09 python我的最爱 阅读(550) 评论(0) 推荐(0) 编辑