Skip to content

Instantly share code, notes, and snippets.

@code-review-doctor
Created April 26, 2022 08:18
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 code-review-doctor/fd82473ad623a328f719ad57eb735ae1 to your computer and use it in GitHub Desktop.
Save code-review-doctor/fd82473ad623a328f719ad57eb735ae1 to your computer and use it in GitHub Desktop.
for b in batches:
if not isinstance(b, Minibatch):
raise TypeError("{b} is not a Minibatch")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment