Reputation: 11
I created a mobileNetv2 cnn model and using the imageDataGenerator with the preprocess parameter. Now I am asking myself whether it it enough for resclaling or does imageDataGenerator only modify the new images, which would mean I need to rescale the images still beforehand?
Upvotes: 1
Views: 139