码迷,mamicode.com
首页 > 其他好文 > 详细

调用tensorflow中的concat方法时Expected int32, got list containing Tensors of type '_Message' instead.

时间:2017-08-13 12:18:51      阅读:361      评论:0      收藏:0      [点我收藏+]

标签:flow   puts   one   ini   coder   concat   报错   int   cte   

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.

标签:flow   puts   one   ini   coder   concat   报错   int   cte   

原文地址:http://www.cnblogs.com/xqnq2007/p/7352711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!