I was trying to classify images with CNN. All the images in my dataset are JPEG format. Everything is working fine until the model.fit() is called. It started t
model.fit()