Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created December 7, 2019 12:06
Show Gist options
  • Save NMZivkovic/ccce47cfd75561e560d9ea80da1f6fad to your computer and use it in GitHub Desktop.
Save NMZivkovic/ccce47cfd75561e560d9ea80da1f6fad to your computer and use it in GitHub Desktop.
dataProcessor = DataProcessor(32, 300, 500, list_dataset)
dataProcessor.load_process()
image_batch, label_batch = dataProcessor.get_batch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment