Class token #1155
vachagancode
started this conversation in
General
Class token
#1155
Replies: 1 comment
-
It can tricky to understand at first go but as the model processes the sequences of image patches through it attention layers, the class token interacts with other patches and gathers information representing the global context of the entire image. Eventually it contains a rich, condensed information about what the image is which is then used for classification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One thing that interests me the most is how does the class token we pass in learns from the other patches ?
Beta Was this translation helpful? Give feedback.
All reactions