Skip to content

Instantly share code, notes, and snippets.

@maskaravivek
Created June 22, 2020 06:42
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/86e098939b0d32631b7f929b4b029213 to your computer and use it in GitHub Desktop.
Save maskaravivek/86e098939b0d32631b7f929b4b029213 to your computer and use it in GitHub Desktop.
x_train, y_train = my_training_batch_generator.__getitem__(0)
print(x_train.shape)
print(y_train.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment