songqi-github / AttaNet

AttaNet for real-time semantic segmentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structural issues with the Strip Attention Module

XavierYorke opened this issue · comments

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.