How to finetune a target voice(about 20 hours) without decay of robust #486

Open
opened 2024-07-03 07:54:07 +00:00 by liangmin · 0 comments

I train tortoise with 10w hours of chinese audio, and then finetune it with 20 hours dataset of a female voice.
I tried:

  1. lr = 0.00001, finetune all the parameters
  2. lr = 0.00001, finetune using lora
  3. lr = 0.00001, freeze part of the model and only finetune few layers

Thought the synthesized waves sounds good, but the robustness declained.
Repeat sometimes happens especially for long sentences.
For example, the input text is "I think .. blabla ......, I am happy",
the syntheszied wave is "I think .. blabla ......, I am happy, I am happy"

How to finetune to keep robustness?

I train tortoise with 10w hours of chinese audio, and then finetune it with 20 hours dataset of a female voice. I tried: 1. lr = 0.00001, finetune all the parameters 2. lr = 0.00001, finetune using lora 3. lr = 0.00001, freeze part of the model and only finetune few layers Thought the synthesized waves sounds good, but the robustness declained. Repeat sometimes happens especially for long sentences. For example, the input text is "I think .. blabla ......, I am happy", the syntheszied wave is "I think .. blabla ......, I am happy, I am happy" How to finetune to keep robustness?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#486
No description provided.