Open thanhlong1997 opened 4 months ago
Hi, I want to train your XTTS-v2 in distributed mode since my data is too large. How can I do that ? thank you!!!
python -m trainer.distribute --script recipes/ljspeech/xtts_v2/train_gpt_xtts.py --gpus 0,1,2,3,4,5
But xtts scripts or Trainer framework is laggy and it doesn't work properly< you can check my issue
tried num_workers=0, >0, MP_THREADS_NUM and so on, nothing helps lots of ram and shared memory
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Hi, I want to train your XTTS-v2 in distributed mode since my data is too large. How can I do that ? thank you!!!