reshaped_img = img.reshape(1,224,224,3) | |
print(reshaped_img.shape) | |
(1, 224, 224, 3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reshaped_img = img.reshape(1,224,224,3) | |
print(reshaped_img.shape) | |
(1, 224, 224, 3) |