Last active
May 17, 2020 06:44
-
-
Save ksdkamesh99/3a1ef4b77cbbbaeda8a3b46052ff8952 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imagegen=datagen.flow( | |
x, | |
y=None, | |
batch_size=32, | |
shuffle=True, | |
sample_weight=None, | |
seed=None, | |
save_to_dir=None, | |
save_prefix="", | |
save_format="png", | |
subset=None, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment