zhengchen1999 / DAT

PyTorch code for our ICCV 2023 paper "Dual Aggregation Transformer for Image Super-Resolution"
Apache License 2.0
350 stars 27 forks source link

Essay confusion #33

Open mychdream opened 3 months ago

mychdream commented 3 months ago

Hello author, there is some confusion about the paper, what is the operation of "project" in AS-SA and AC-SA modules

zhengchen1999 commented 3 months ago

A linear layer. We often refer to it as a linear projection, here abbreviated as project.