Error generating test sentences on multi-speaker configuration #496
-
I'm trying to train a multi-speaker model of 7 speakers. However, test sentence generation fails with the following stacktrace: -->8-- The single speaker training worked just fine, and I got fairly good results. My config is below. The only change from the single speaker config I made is to change use_speaker_embedding to true and external_speaker_embedding_file to null. {
}I've been trying to debug this to no avail. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
is it possible for you to run this on colab and share it. So I can check what is missing. |
Beta Was this translation helpful? Give feedback.
-
I think the dimensions are wrong during inference. Can you try adding this line to your code? Tests are run on external embeddings only I guess thus no errors there? |
Beta Was this translation helpful? Give feedback.
I think the dimensions are wrong during inference.
Can you try adding this line to your code?
https://github.com/SanjaESC/TTS-test/blob/94c51eda1d98c8dfb7341972c070937c7ec1f4d2/TTS/tts/models/tacotron2.py#L258
Tests are run on external embeddings only I guess thus no errors there?