so-vits-svc icon indicating copy to clipboard operation
so-vits-svc copied to clipboard

Is multi-gpu training supported?

Open chiwing4 opened this issue 1 year ago • 13 comments

I have 3 GPUs and when I run train.py, I can see all GPUs is working (Load is increased). However, I do not see any speed gain. Is there a correct way to do multi-GPU training?

Also, I found that train_loader.batch_sampler.set_epoch(epoch) is commented out inside train.py, and DistributedSampler is not used so I'm not sure if DDP is working properly.

Thanks

chiwing4 avatar Feb 11 '23 11:02 chiwing4