Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Last active January 19, 2018 22:33
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 JoshVarty/a45da0a45168d231af763988fef2f7b4 to your computer and use it in GitHub Desktop.
Save JoshVarty/a45da0a45168d231af763988fef2f7b4 to your computer and use it in GitHub Desktop.
batch_images = test_images[offset:(offset + batch_size), :] # Note: test images
feed_dict = {input: batch_images} # Note: No labels
l = session.run([logits], feed_dict=feed_dict) # Only asking for logits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment