prophesier / diff-svc

Singing Voice Conversion via diffusion model
GNU Affero General Public License v3.0
2.63k stars 803 forks source link

Slow Training #281

Closed CloudTronUSA closed 1 year ago

CloudTronUSA commented 1 year ago

If your model is training super slow, for example, 50seconds/batch, you might be running on your CPU add CUDA_VISIBLE_DEVICES=0 in front of your train command to force the trainer to use GPU.