0

I have NumPy array of float X_train shape: (6000,2304) I need to convert it into (6000,48,48,1)

I have read image data from CSV file which has row vector of all images. I made NumPy array from that but I need to pass this into the convolutional neural network which needs 4D array.

zero323
  • 322,348
  • 103
  • 959
  • 935
Karan Purohit
  • 459
  • 3
  • 8
  • 16

0 Answers0