按维度拼接concat. tf.concat([a, b], axis=0). 顾名思义,类似于 np.concatenate ,将 [a,b] 两个张量由 axis 方向合并。 Tips: 在进行tensor拼接 ...
確定! 回上一頁