tensorflow部分函數的介紹(1)

1.concat import tensorflow as tf t1 = [[[1, 1, 1],[2, 2, 2]],[[3, 3, 3],[4, 4, 4]]] t2 = [[[5, 5, 5],[6, 6, 6]],[[7, 7, 7],[8, 8, 8]]] with tf.Session() as sess: A = tf.concat(0, [t1, t2]) B = tf.conc
相關文章
相關標籤/搜索