标签: python numpy
下面 我从一个numpy矩阵中得到了第一行
firstRow = (allEigenVectors.T)[0, :]
其中firstRow.shape是(1,784)
如何将其转换为(784,)形状?