Skip to content

Instantly share code, notes, and snippets.

@rajeshmr
Created December 7, 2017 10:28
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 rajeshmr/4ee96d536ba16b7737f9a68bf42e9041 to your computer and use it in GitHub Desktop.
Save rajeshmr/4ee96d536ba16b7737f9a68bf42e9041 to your computer and use it in GitHub Desktop.
print("clothing: \t\t", to_categorical(category_index["clothing"], 3))
print("camera: \t\t", to_categorical(category_index["camera"], 3))
print("home appliances: \t", to_categorical(category_index["home-appliances"], 3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment