I am working on an image classification task using a Convolutional Neural Network (CNN). During preprocessing, I convert RGB images to grayscale and normalize them by dividing the pixel values by 255. After this normalization step, I use ImageDataGenerator for data augmentation. However, I am uncertain if I need to include the rescale parameter in ImageDataGenerator during data augmentation or if I should remove it because the images are already normalized.
Hemanta Kumar Saikia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.