concat ()是将tensor沿着指定维度连接起来。其中tensorflow1.3版中是这样定义的: ... Session() as sess: print(sess.run(tf.concat([t1, t2], 0) )).
確定! 回上一頁