Swin-Transformer
Swin-Transformer copied to clipboard
How to single-step debugging if the command line is entered
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?
Can you solve it? I also want to debug it