You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really a great work! thanks a lot for making the codebase public. I was wondering if its possible to get individual embedding of each patch of size (q x q). From the pytorch model architecture, I was not sure how to do that.
Thanks!
The text was updated successfully, but these errors were encountered:
where you would have to leave out the fc-layer. One could even make this an argument so you can choose whether you get logits or embeddings returned. Feel free to open a PR if you implement that.
Hello,
This is really a great work! thanks a lot for making the codebase public. I was wondering if its possible to get individual embedding of each patch of size (q x q). From the pytorch model architecture, I was not sure how to do that.
Thanks!
The text was updated successfully, but these errors were encountered: