hydra-torch
hydra-torch copied to clipboard
pytorch/mmdetection distributed training with multi-machines with hydra
Hi all,
I'm newbie to hydra, here I meet a problem in developing my own project.
My project is based on mmdetection with it's own yaml configure system, but I am working on integrating hydra to the project. To train the model, distributed training is necessary(not only the data parallel). I'm wondering is there any tutorial or documentary about how to do distributed training with multiple machines with hydra?
Thanks all ;-)