3dlg-hcvc / M3DRef-CLIP

[ICCV 2023] Multi3DRefer: Grounding Text Description to Multiple 3D Objects
https://3dlg-hcvc.github.io/multi3drefer/
MIT License
64 stars 3 forks source link

debugger crashes while normal outside the vscode #11

Closed Victor-Xiaoyu-Ye closed 8 months ago

Victor-Xiaoyu-Ye commented 8 months ago

Hi! Thanks for the work!

I got error constantly when i using debugger to run the project as : "Error executing job with overrides: ['data=scanrefer', 'experiment_name=test', 'data.inference.split=test', 'ckpt_path=/path/to/my/M3DRef-CLIP_ScanRefer.ckpt']"

or other train/eval/test commands, but things works when i don't use the debugger. Do you have any idea which part caused this?

Victor-Xiaoyu-Ye commented 8 months ago

Change the num_workers solved it, it's arace condition of pytorch.