Skip to content

Instantly share code, notes, and snippets.

@d-misra
Created January 17, 2021 10:41
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 d-misra/4dca14f6766e242def4fc929e12d0c96 to your computer and use it in GitHub Desktop.
Save d-misra/4dca14f6766e242def4fc929e12d0c96 to your computer and use it in GitHub Desktop.
feature_vector = model.predict(image)
print(feature_vector.shape)
(1,4096)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment