首页 > 代码库 > 调用tensorflow中的concat方法时Expected int32, got list containing Tensors of type '_Message' instead.
调用tensorflow中的concat方法时Expected int32, got list containing Tensors of type '_Message' instead.
grid
=
tf.concat(
0
, [x_t_flat, y_t_flat, ones])
#报错语句
grid
=
tf.concat( [x_t_flat, y_t_flat, ones],
0
)
#楼主改后的代码
将数字放在后面,如果有三个参数
decoder_inputs = tf.concat([go_inputs, decoder_inputs_tmp], 1,name="dec_in")
调用tensorflow中的concat方法时Expected int32, got list containing Tensors of type '_Message' instead.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。