Tensorflow的placeholder占位符

placeholer是Tnesorflow的占位符节点,由placeholder方法建立,也是一种常量。由用户在调用run的防擦时才传递,能够看理解为一种形参。在使用时须要用户用字典传递常数值。node 建立python X= tf.placeholder(dtype=tf.float32,shape = [144,100],name = 'X') 参数:session dtype:数据类型dom
相关文章
相关标签/搜索