Swin-Transformer
Swin-Transformer copied to clipboard
about input padding
window_size in default configuration is 7 , it seems to should have a padding before window partition and generate mask,but I cannot see any padding process in model .Is it do not needed? why?