summaryrefslogtreecommitdiff
path: root/text_recognizer/networks/transformer/local_attention.py
AgeCommit message (Collapse)Author
2021-11-17Remove local attentionGustaf Rydholm
2021-11-03Fix local attn to work with any input lengthGustaf Rydholm
2021-11-01Fix bugs in local attentionGustaf Rydholm
2021-10-28Fix multihead local attentionGustaf Rydholm
2021-10-27Clean up local attention, add comments and typesGustaf Rydholm
2021-10-24Add local attentionGustaf Rydholm