Swin-MAE
Swin-MAE copied to clipboard
Pytorch implementation of Swin MAE https://arxiv.org/abs/2212.13805
SwinV2 which is an enhancing version based on SwinV1 has many merits beyond its predecesor, such as more stable training performance, using log pos_emb to support larger resolution, So I...
Hi thanks for the contribution, I would like to ask, how can I get the embeddings in a dimension of 1x dim?
Hi there, thanks for your great work! I got a question when I read the paper. I am curious about the middle (reconstruction) image in Fig.2. It looks like the...