Swin-Transformer icon indicating copy to clipboard operation
Swin-Transformer copied to clipboard

This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".

Results 196 Swin-Transformer issues
Sort by recently updated
recently updated
newest added

Hi Dear author: I am a transformer newbie, and i try to reproduce paper experiment result. I can run the code, but the learning rate always is zero. Is it...

Hi, When I try to do a image classification task , the num of classes is 12, not 1000. I need to update the py code set the value to...

C:\Users\lucifer\Desktop\swin_transformer\Swin-Transformer>python main.py --eval --cfg configs/swin_tiny_patch4_window7_224.yaml --resume ./output/swin_tiny_patch4_ window7_224/default/ckpt_epoch_1.pth --data-path dataset --local_rank 0 => merge config from configs/swin_tiny_patch4_window7_224.yaml 。。。。。。。。。 then nothing, it looks like stocked,what should i do

Thanks for your great repo. I would like to ask when the swin-v2 pre-trained model will be released?

the swin transformer can't deal with segmentation works! the output have one color can you help me resolve this trouble?

我只使用了swin transformer的模型架构,win size是4,输入大小是32,其他都没变,也没有使用任何数据增强,resnet可以达到80%的acc,但是swin trans只有52%,请问,这样的结果,是什么引起的?

I have two questions about FLOPs. (1) [here](https://github.com/microsoft/Swin-Transformer/blob/main/models/swin_transformer.py#L583) `` flops += self.num_features * self.patches_resolution[0] * self.patches_resolution[1] // (2 ** self.num_layers) `` I think it is the FLOPs for norm. We...

Hi, I am trying to use swin transformer for my task. Especailly, I want to use swin transformer block instead of self-attention block (w-msa & sw-msa in swin block). While...

When I use GPU to train SWIN, the CPU memory keeps increasing, I want to ask what is going on? Is it a code bug? Very distressed this problem, hope...

Hi, can you provide processing scripts for zipped ImageNet ?