songqi-github / AttaNet

AttaNet for real-time semantic segmentation.
40 stars 14 forks source link

Structural issues with the Strip Attention Module #17

Open XavierYorke opened 2 years ago

XavierYorke commented 2 years ago

When I was looking at the SAM part of the code and the paper, I found that the operations of Q and K do not correspond to each other. If I just swap the names of Q and K in the code, it is still not correct because the subsequent transpose operation is still performed by Q.

XavierYorke commented 2 years ago

image image