Created
August 31, 2019 13:54
-
-
Save omarsar/902971688e72c06687bdd2d188605a68 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