Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Last active May 17, 2020 06:28
Show Gist options
  • Select an option

  • Save ksdkamesh99/8b119da7df38cb31d1b1ee48990b23d0 to your computer and use it in GitHub Desktop.

Select an option

Save ksdkamesh99/8b119da7df38cb31d1b1ee48990b23d0 to your computer and use it in GitHub Desktop.
imagegen=datagen.flow_from_directory(
directory,
target_size=(256, 256),
color_mode="rgb",
classes=None,
class_mode="categorical",
batch_size=32,
shuffle=True,
seed=None,
save_to_dir=None,
save_prefix="",
save_format="png",
follow_links=False,
subset=None,
interpolation="nearest",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment