Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saimadhu-polamuri/cb262d43618bbf5eccfae4c1c7427fba to your computer and use it in GitHub Desktop.
Save saimadhu-polamuri/cb262d43618bbf5eccfae4c1c7427fba to your computer and use it in GitHub Desktop.
# ImageDataGenerator Instance creation
from keras.preprocessing.image import ImageDataGenerator
datagen = ImageDataGenerator()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment