I have thousands image size of (750,750,3). I want to feed these images to 1D CNN. How can I convert this input shape to be utilized in 1D CNN? What should be the input shape? How can I do that before training process?
I have tried to reshape the size of the images but not sure how to do so as I am new to CNN.