Skip to content

Commit efb9460

Browse files
authored
readme
1 parent 51310d1 commit efb9460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ pred = mbvit_xs(img) # (1, 1000)
777777

778778
<img src="./images/xcit.png" width="400px"></img>
779779

780-
This <a href="https://arxiv.org/abs/2106.09681">paper</a> introduces the cross correlation attention (abbreviated XCA). One can think of it as doing attention across the features dimension rather than the spatial one (another perspective would be a dynamic 1x1 convolution, the kernel being attention map defined by spatial correlations).
780+
This <a href="https://arxiv.org/abs/2106.09681">paper</a> introduces the cross covariance attention (abbreviated XCA). One can think of it as doing attention across the features dimension rather than the spatial one (another perspective would be a dynamic 1x1 convolution, the kernel being attention map defined by spatial correlations).
781781

782782
Technically, this amounts to simply transposing the query, key, values before executing cosine similarity attention with learned temperature.
783783

0 commit comments

Comments
 (0)