Keras-Tutorials
Keras-Tutorials copied to clipboard
an error in sixth class
val_datagen = ImageDataGenerator( preprocessing_function=preprocess_input, rotation_range=30, width_shift_range=0.2, height_shift_range=0.2, shear_range=0.2, zoom_range=0.2, horizontal_flip=True, )
i think val_datagen shouldn‘t use data augment