Skip to content

Instantly share code, notes, and snippets.

@tanmay1070
Created July 8, 2021 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanmay1070/5fdb3bcd8f9bdbcb905c8de88fc72ea8 to your computer and use it in GitHub Desktop.
Save tanmay1070/5fdb3bcd8f9bdbcb905c8de88fc72ea8 to your computer and use it in GitHub Desktop.
train = ImageDataGenerator(rescale=1./255)
test = ImageDataGenerator(rescale=1./255)
val = ImageDataGenerator(rescale=1./255)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment