tf.concat中axis的含義與使用

tensorflow中tf.concat的axis的使用我一直理解的比較模糊,此次作個筆記理下本身的思路。python import tensorflow as tf tf.enable_eager_execution() import numpy as np 先生成兩個矩陣m1, 和m2, 大小爲兩行三列web m1 = np.random.rand(2,3) # m1.shape (2,3)
相關文章
相關標籤/搜索