-
hi @p0p4k thank you very much for this amazing work !! , i see in interface in colab in this part of code
and i wonder if possible , to use other voice , because i try use another wave for voice speak , and the voice same always like i have train the basic speaker it's not change , if this possible be great , thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
According to the paper's demo page, it should be possible when we train the base model on many speakers and use a slightly larger model. https://pflow-demo.github.io/projects/pflow/#:~:text=The%20samples%20below,P%2DFlow%20(v1.5) |
Beta Was this translation helpful? Give feedback.
-
hi @p0p4k thank you very much for quick reply , i try to train with multi speaker to see how it's going
i run same file like i train the single speaker and i change yaml,file to vctk.yaml and change inside the path files numbr speaker etc ..
this be work ? can i use to train like this ? when i train complete with multi speaker and i want to run , i change the wav like i say up or need extra code for this to change the voice ? thank you |
Beta Was this translation helpful? Give feedback.
-
Same code mostly. You might have to calculate stats before training for your dataset and replace numbers in the yaml file. |
Beta Was this translation helpful? Give feedback.
-
@p0p4k great thank you so much for your help, i love your work ! i try train with multi speaker in next days because right now i train with single speaker and i am 150 k about if possible to use single train model when i finish, and use to fine tune a multi speaker or need start from scratch again ? here how look like this i train it's ok so far ? single speaker i notice there is empty space i have mark with orange paint, this ok , like i see in fron page your it's full fit |
Beta Was this translation helpful? Give feedback.
According to the paper's demo page, it should be possible when we train the base model on many speakers and use a slightly larger model. https://pflow-demo.github.io/projects/pflow/#:~:text=The%20samples%20below,P%2DFlow%20(v1.5)