Skip to content

Instantly share code, notes, and snippets.

@Gabe-flomo
Created September 28, 2020 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gabe-flomo/89bc9496a69512b9e34c0273a21fdcbc to your computer and use it in GitHub Desktop.
Save Gabe-flomo/89bc9496a69512b9e34c0273a21fdcbc to your computer and use it in GitHub Desktop.
features = model.predict(image)
print(features.shape)
(1,4096)
@MSid01
Copy link

MSid01 commented Mar 5, 2021

instead of image write reshaped_img

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment