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.93k stars 2.06k forks source link

How to single-step debugging if the command line is entered #166

Open gzwo-O opened 2 years ago

gzwo-O commented 2 years ago

Thanks for your excellent work. I want to know if I enter 'python -m torch.distributed.launch --nproc_per_node 2 --master_port 12345 main.py', how can I single-step debugging?

songchuanle-1 commented 2 years ago

Can you solve it? I also want to debug it