tobran / DF-GAN

[CVPR2022 oral] A Simple and Effective Baseline for Text-to-Image Synthesis
Other
297 stars 67 forks source link

RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. #31

Open reyreey opened 1 year ago

reyreey commented 1 year ago

Hi when I run calc_fid.sh I get the following error: RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. This error also occurs when I run train.sh during fid calculation too. This error did not occur before. Can anyone help me?

BAI233133 commented 11 months ago

I have the same problem. I trained on a single GPU and this error occurred in the 10th round. Have you solved it?