victoresque / pytorch-template

PyTorch deep learning projects made easy.
MIT License
4.77k stars 1.09k forks source link

Any plans to support DistributedDataParallel? #98

Open liming-ai opened 3 years ago

liming-ai commented 3 years ago

Hi @npielawski @amjltc295 , thanks for your contribution, are there any plans to support DistributedDataParallel training?

SunQpark commented 3 years ago

Hi @mitming! I think you can use my fork version of this repo, which implements many useful features including DDP.

liming-ai commented 3 years ago

Hi @mitming! I think you can use my fork version of this repo, which implements many useful features including DDP.

Thanks a lot! I will tri it!