tf.concat中axis的含义与使用
tensorflow中tf.concat的axis的使用我一直理解的比较模糊,这次做个笔记理下自己的思路。import tensorflow as tftf.enable_eager_execution()import numpy as np先生成两个矩阵m1, 和m2, 大小为两行三列m1 = np.random.rand(2,3) # m1.shape (2,3)m1>&...
原创
2018-12-12 14:53:41 ·
11131 阅读 ·
6 评论