Fine tuning training errors. #2324
Replies: 5 comments 7 replies
-
The released model has no discriminator to keep its memory footprint smaller. You need to set |
Beta Was this translation helpful? Give feedback.
-
Could still be due to versioning. |
Beta Was this translation helpful? Give feedback.
-
Hi @statscol , so that was the problem? So, don't you necessarily need the discriminator of the pretrained model to fine tuning? Anyway, thanks a lot for the comparison. I'll try to train a Spanish ljspeech dataset in a few hours and i will post the results. |
Beta Was this translation helpful? Give feedback.
-
I found out that there are differences in layer names between versions: Maybe fixing layer names resolves the issue |
Beta Was this translation helpful? Give feedback.
-
i m trying to fine toning the coqui xtts v2 but i get this ereur : Traceback (most recent call last): anyone can help please |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to fine tune a model using a dataset of an hour and a half, but during the final part of the training I have problems, but first I will explain:
The model I'm trying to work with is: tts_models/es/css10/vits, which was trained with 🐸TTS version 0.8 and therefore:
Is there something wrong in the configuration? since I have searched and I can't find anything related to "disc", not even the pretrained model had such a configuration. The only thing I found is rl_disc.
Is there any solution for this? Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions