SayaSS / vits-finetuning

Fine-Tuning your VITS model using a pre-trained model
MIT License
546 stars 86 forks source link

CPU training is not allowed? #22

Closed teril43 closed 1 year ago

teril43 commented 1 year ago

(venv) D:\vits-finetuning>python train_ms.py -c configs/config.json -m checkpoints Traceback (most recent call last): File "D:\vits-finetuning\train_ms.py", line 306, in main() File "D:\vits-finetuning\train_ms.py", line 49, in main assert torch.cuda.is_available(), "CPU training is not allowed." AssertionError: CPU training is not allowed.

This error occurred when the training was conducted after completing all of the above processes in the guide without any problems.