In pytorch-lightning, the default ddp is based on python script rather than spawn, which can overcome some limitations of spawn based ddp.
https://pytorch-lightning.readthedocs.io/en/stable/advanced/multi_gpu.html

I wonder is it possible to add this ddp feature into mmcv?