Skip to content

Instantly share code, notes, and snippets.

@DoctorLoop
Created October 6, 2020 09:05
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 DoctorLoop/09552736976a7e0a32e3f27d28a4ee1c to your computer and use it in GitHub Desktop.
Save DoctorLoop/09552736976a7e0a32e3f27d28a4ee1c to your computer and use it in GitHub Desktop.
baby_predictions = [model.predict(np.expand_dims(new_baby, [0]))[0,0] for i in range(1000)]
spider_predictions = [model.predict(np.expand_dims(spider, [0,-1]))[0,0] for i in range(1000)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment