Jiahao Wang
Jiahao Wang
Hi @NarayanSchuetz, I also met some problems running the code. Could you briefly explain why replacing config.py (in mmcv/utils) and conversions.py (in torchgeometry/core) will work? What was the error before...
@NarayanSchuetz Thanks, I see!
I saw the comments in "ddp.yaml": > use "ddp_spawn" instead of "ddp", > it's slower but normal "ddp" currently doesn't work ideally with hydra Has this issue been solved when...
Thanks for your reply. If I use "ddp_find_unused_parameters_true", I only get a warning, but I need to make the batch size much smaller to avoid the CUDA OOM problem, thus...