Created
October 17, 2020 07:55
-
-
Save satishgunjal/307e024b5dc07208a0b4f35ee2a06226 to your computer and use it in GitHub Desktop.
Add the image to a batch where it's the only member.
This file contains 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
# Add the image to a batch where it's the only member. | |
img = (np.expand_dims(img, 0)) | |
print(img.shape) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment