Keras-Tutorials icon indicating copy to clipboard operation
Keras-Tutorials copied to clipboard

an error in sixth class

Open goodbyeTimes opened this issue 7 years ago • 0 comments

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

goodbyeTimes avatar Sep 26 '18 12:09 goodbyeTimes