Getting embeddings #22
Answered
by
KeremTurgutlu
johnyquest7
asked this question in
Q&A
-
thank you for creatng this awesome repository. |
Beta Was this translation helpful? Give feedback.
Answered by
KeremTurgutlu
Feb 11, 2021
Replies: 1 comment 6 replies
-
Assuming you trained with a learner such as:
You can simply use If this doesn't help, please feel free to share link to a notebook that you have so that we can debug it together. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
KeremTurgutlu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you trained with a learner such as:
You can simply use
learn.model.encoder
and feed input image to extract it's embedding. Don't forget to process the image with the same transforms you used during training, like normalization.If this doesn't help, please feel free to share link to a notebook that you have so th…