Created
October 17, 2020 07:36
-
-
Save satishgunjal/39408ecb37df68012c549ffdef65a073 to your computer and use it in GitHub Desktop.
There are 10 labels starting from 0 to 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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