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

Posted xqnq2007

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了调用tensorflow中的concat方法时Expected int32, got list containing Tensors of type '_Message' instea相关的知识,希望对你有一定的参考价值。

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' instea的主要内容,如果未能解决你的问题,请参考以下文章

JAVA中的“+”“concat”和“append”

未能在 tensorflow 中训练玩具 LSTM

tensorflow-tf.concat

TensorFlow tensor张量拼接concat & stack

TensorFlow基础函数tf.concat的用法

TensorFlow基础函数tf.concat的用法