1

Here I got the first row from a numpy matrix

firstRow = (allEigenVectors.T)[0, :]  

where firstRow.shape is (1,784)

how can I convert it into (784,) shape ?

hpaulj
  • 221,503
  • 14
  • 230
  • 353

0 Answers0