-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageDataGenerator does not standartize validation_data #1950
Comments
There seems to be some confusion between ImageDataGenerator and |
e.g. in the cifar10_cnn.py example, if you add featurewise normalization, in ImageDataGenerator, the fit_generator does not apply this normalization to validation_data=X_test |
Regarding the doc, I came across this also - it looks like the ImageDataGenerator doc is not being automatically generated, and hence the actual signature is not being pulled and updating the doc (with the default of I was about to add the ImageDataGenerator class to be automatically updated, however it looks like that class may be soon re-written (see #2446), so I'll hold off for now. |
please reopen. this is still an issue. i missed the stale tag. |
ImageDataGenerator should apply standartize() on validation_data parameter or at least the docs should mention the the validation data is assumed to already be standartized
The text was updated successfully, but these errors were encountered: