huggingface / parler-tts

Inference and training library for high-quality TTS models.
Apache License 2.0
2.6k stars 265 forks source link

[Question] Does this Mini model can be train on small GPU 24GB x 2? #39

Closed yoesak closed 1 week ago

yoesak commented 1 week ago

Hi,

I have dual gpu 3090 x 2, when I run the training script, I always get OOM, do I must configure the parameter? What parameter should I adjust?

yoesak commented 1 week ago

sorry, finally I was able to do training by decreasing the batch size, now I will close it