Skip to content

Instantly share code, notes, and snippets.

@vrjkmr
Created September 4, 2017 02:59
Show Gist options
  • Save vrjkmr/b7d9bca691f54abee8b5a3b41b20d8e2 to your computer and use it in GitHub Desktop.
Save vrjkmr/b7d9bca691f54abee8b5a3b41b20d8e2 to your computer and use it in GitHub Desktop.
# Create dictionary of target classes
label_dict = {
0: ‘T-shirt/top’,
1: ‘Trouser’,
2: ‘Pullover’,
3: ‘Dress’,
4: ‘Coat’,
5: ‘Sandal’,
6: ‘Shirt’,
7: ‘Sneaker’,
8: ‘Bag’,
9: ‘Ankle boot’
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment