Swin-Transformer
Swin-Transformer copied to clipboard
train
How to modify the code to train on a single card?Instead of using distributed training?
Hi, Have you found a way to train Swin Transformer on a local machine?
same of mine.
Actually I managed to run the code on my machine. You just have to remove codes that are realted to disributed programming and it works fine.