Skip to content

Instantly share code, notes, and snippets.

@satishgunjal
Created October 17, 2020 07:36
Show Gist options
  • Save satishgunjal/39408ecb37df68012c549ffdef65a073 to your computer and use it in GitHub Desktop.
Save satishgunjal/39408ecb37df68012c549ffdef65a073 to your computer and use it in GitHub Desktop.
There are 10 labels starting from 0 to 9
# There are 10 labels starting from 0 to 9
print(f'Unique train labels: {np.unique(train_labels)}')
print(f'Unique test labels: {np.unique(test_labels)}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment