Replies: 1 comment 1 reply
-
In case there is no direct way to do this now, can I just use a bucket sampler in which every speaker has a bucket, and then the main sampler also draw samples from this sampler according to the consistent speaker id? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm trying to implement such a scenario for TTS that every utterance is provided along with some other utterance randomly sampled on the same speaker.
For example, I have utterances A, B and C of speaker 1, utterances D, E, F of speaker 2. I would like to feed the system like this:
I am aware that the
CutPairSampler
can be used, however the pairs are fixed before the training start but not dynamic sampled. Any help would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions