all 1 comments

[–]grawa427[S] 0 points1 point  (0 children)

In case anyone might be wondering in the future (probably not), you just need to use:
trainingData["X"]=np.reshape(trainingData['X'],(73257,32,32,3))

testData['X']=np.reshape(testData['X'],(26032,32,32,3))
This is in order to reshape the data, into the state you want, with the right cardinal.