microsoft / Swin-Transformer

This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
https://arxiv.org/abs/2103.14030
MIT License
13.96k stars 2.06k forks source link

encoder issue #365

Open zezixi opened 3 months ago

zezixi commented 3 months ago

Hello, when I use swin transformer as an image processor, the image input during the test can only be the same size as the image input for training, and the mask part needs to be changed. Will network performance be affected if I change the mask part code to a multiple of 8