When I use np.load() with Y_train.npy file it works fine but when I am using it with X_train.npy or X_test.npy there is a Value error(ValueError: cannot reshape array of size 262112 into shape (1252,227,227,3) ). I have note declared the shape/size of any variable
My notebook till now contains only the import statements
and the following:
x = np.load(file_path)