deny
deny

Reputation: 11

Does ImageDataGenerator changes (preprocess) all data or only the new ones?

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

Answers (0)

Related Questions