p0p4k / vits2_pytorch

unofficial vits2-TTS implementation in pytorch
https://arxiv.org/abs/2307.16430
MIT License
465 stars 81 forks source link

add code for removing old checkpoints #62

Closed leminhnguyen closed 9 months ago

p0p4k commented 9 months ago

Thanks for the PR again! I think we should then maybe change save ckpt when mel loss or dur loss or kl loss is less than last. What do you say?

leminhnguyen commented 9 months ago

@p0p4k I think it's a good idea !!! Anyway, when you decide to save the ckpt you can call the remove_old_checkpoints function.