jychoi118 / P2-weighting

CVPR 2022
MIT License
140 stars 14 forks source link

DDP Learning #10

Open zhangtianjia opened 1 year ago

zhangtianjia commented 1 year ago

May I ask do you use DDP during training? If yes, do you follow the same setting as https://github.com/openai/guided-diffusion?

jychoi118 commented 1 year ago

We worked on single GPU setting. Yes, I recommed following guided-diffusion repo.