I am trying to build a CNN model for the images of different sizes. Since, the model needs a fixed dimension for all images, and I do not like to use padding (I did it once and