Skip to content

Instantly share code, notes, and snippets.

@maskaravivek
Last active June 22, 2020 06:10
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 maskaravivek/1e4d6eea2db30954730f9ee96aea3194 to your computer and use it in GitHub Desktop.
Save maskaravivek/1e4d6eea2db30954730f9ee96aea3194 to your computer and use it in GitHub Desktop.
batch_size = 4
my_training_batch_generator = My_Custom_Generator(X_train, Y_train, batch_size)
my_validation_batch_generator = My_Custom_Generator(X_val, Y_val, batch_size)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment