-
|
In order to fully understand how Towhee works I wanted to recreate image embeddings with timm. Towhee codeThis gives me a result like below While running towhee I looked into ~/.cache/torch/hub/checkpoint for the model weights that were downloaded so that I could use the same. Timm codeNow I tried to recreating the same result purely in Timm. The result I get however is different I would like to understand how I can recreate the same result as produce by Towhee (the same vector). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Answer here: |
Beta Was this translation helpful? Give feedback.
Answer here:
towhee-io/towhee#2215