Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created May 17, 2020 06:12
Show Gist options
  • Save ksdkamesh99/12236de412dc769be386f9dcef45532a to your computer and use it in GitHub Desktop.
Save ksdkamesh99/12236de412dc769be386f9dcef45532a to your computer and use it in GitHub Desktop.
datagen=ImageDataGenerator(
featurewise_center=False,
samplewise_center=False,
featurewise_std_normalization=False,
samplewise_std_normalization=False,
zca_whitening=False,
zca_epsilon=1e-06,
rotation_range=0,
width_shift_range=0.0,
height_shift_range=0.0,
brightness_range=None,
shear_range=0.0,
zoom_range=0.0,
channel_shift_range=0.0,
fill_mode="nearest",
cval=0.0,
horizontal_flip=False,
vertical_flip=False,
rescale=None,
preprocessing_function=None,
data_format=None,
validation_split=0.0,
dtype=None,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment