Closed liuhaolinwen closed 2 years ago
i want to debug your code, could you tell me how to debug the project?
pass 'DATALOADER.NUM_WORKERS 0' to trainer or tester, like 'cvpods_train --config xxx.py DATALOADER.NUM_WORKERS 0'. Then you can use debug tools like pdb or ptvsd.
i want to debug your code, could you tell me how to debug the project?