Skip to content

Instantly share code, notes, and snippets.

@satishgunjal
Created October 17, 2020 07:35
Show Gist options
  • Save satishgunjal/f58643f2bc8b2409d319dc87d189b2e6 to your computer and use it in GitHub Desktop.
Save satishgunjal/f58643f2bc8b2409d319dc87d189b2e6 to your computer and use it in GitHub Desktop.
Shape of training nad test data
# Shape of training nad test data
print(f'Shape of train_images: {train_images.shape}')
print(f'Shape of train_labels: {train_labels.shape}')
print(f'Shape of test_images: {test_images.shape}')
print(f'Shape of test_labels: {test_labels.shape}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment