Guest User

Untitled

a guest
Dec 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. datagen = ImageDataGenerator()
  2. aug_data = datagen.flow_from_directory(path,
  3. target_size=(224, 224),
  4. batch_size=batch_size)
Add Comment
Please, Sign In to add comment