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

How to disable distributed? #336

Closed 13840626440 closed 1 year ago

13840626440 commented 1 year ago

How to disable distributed initialization in a Windows environment? I want to try running this model in a Windows environment.

I use - local_ Rank 0 seems to have no effect.