Skip to content

Instantly share code, notes, and snippets.

@Praveenk8051
Created May 6, 2020 11:12
Show Gist options
  • Save Praveenk8051/0a6f5ea9b7cac69d945c7e5e9dc9f7e3 to your computer and use it in GitHub Desktop.
Save Praveenk8051/0a6f5ea9b7cac69d945c7e5e9dc9f7e3 to your computer and use it in GitHub Desktop.
Label Encode MNIST
Y_train = to_categorical(Y_train, num_classes = 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment