python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Swin Transformer attention maps visualization
I am using a Swin Transformer for a hierarchical problem of multi calss multi label classification. I would like to visualize the self attention maps on my input image trying to extract them from the ...
Imanuel Rozenberg
Votes: 0
Answers: 1
I want to ask you about the structure of "query, key, value" of "transformer"
I'm a beginner at NLP.
So I'm trying to reproduce the most basic transformer all you need code.
But I got a question while doing it.
In the MultiHeadAttention layer,
I printed out the shape of "q...

user16579274
Votes: 0
Answers: 0
For an image or sequence, what is the properties transformers use?
Today my teacher ask me a question: he said the CNN is use the translation invariance of the images or matrixs. So what is the properties Transformer uses ???
qicheng wang
Votes: 0
Answers: 1