guided-diffusion icon indicating copy to clipboard operation
guided-diffusion copied to clipboard

is distributed training on multiple CPUs possible?

Open CharlesJu1 opened this issue 2 years ago • 0 comments

In train_util.py, there is a warning message "Distributed training requires CUDA. ", "Gradients will not be synchronized properly!". But pytorch.distributed suports distributed training on CPUs. So what does this warning message mean?

CharlesJu1 avatar Jun 27 '23 11:06 CharlesJu1