RVC-Boss / GPT-SoVITS

1 min voice data can also be used to train a good TTS model! (few shot voice cloning)
MIT License
29.36k stars 3.39k forks source link

How to train only the computing power of the CPU without the support of the GPU #781

Open 717315051 opened 4 months ago

717315051 commented 4 months ago

如何在没有gpu的支持下,仅仅通过CPU的算力训练

Lion-Wu commented 4 months ago

仓库最新代码已经支持CPU训练,在不支持cuda时选择,你可以尝试一下,如果有任何错误请向我提出。

Howdytyler commented 3 months ago

AssertionError: Only GPU training is allowed.

Lion-Wu commented 3 months ago

AssertionError: Only GPU training is allowed.

你在用的是整合包吗?那个还没有更新,先用仓库代码尝试一下