Created
August 24, 2019 17:48
-
-
Save omarsar/d9c3ecec714b1ba315177bb6c86908b4 to your computer and use it in GitHub Desktop.
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
for images, labels in trainloader: | |
print("Image batch dimensions:", images.shape) | |
print("Image label dimensions:", labels.shape) | |
break |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment