Skip to content

Instantly share code, notes, and snippets.

@agnesmm

agnesmm/a1g5.py Secret

Created September 17, 2017 13:06
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 agnesmm/7950e1340eaf4110daa190fff11db874 to your computer and use it in GitHub Desktop.
Save agnesmm/7950e1340eaf4110daa190fff11db874 to your computer and use it in GitHub Desktop.
test_batches = get_batches(path+'test', batch_size=batch_size*2)
preds = model.predict_generator(test_batches, test_batches.nb_sample)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment