Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created June 4, 2019 21: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 frogermcs/ac0e937e53dbf75df2d9ebcb0ad8f3b3 to your computer and use it in GitHub Desktop.
Save frogermcs/ac0e937e53dbf75df2d9ebcb0ad8f3b3 to your computer and use it in GitHub Desktop.
LABELS_FILE = 'ImageNetLabels.txt'
with open(LABELS_FILE) as f:
labels = f.read().splitlines()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment