Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multilingual recipe #1354

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Fix multilingual recipe #1354

merged 1 commit into from
Mar 9, 2022

Conversation

Edresson
Copy link
Contributor

@Edresson Edresson commented Mar 8, 2022

No description provided.

characters=CharactersConfig(
characters_class="TTS.tts.models.vits.VitsCharacters",
pad="<PAD>",
eos="<EOS>",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Edresson what is the impact of this change ? so far only the character used for "eos" was in the character list.
does this trigger a change in behavior ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new Tokenizer already deals with this. Currently <EOS> is the default token for "eos".

@erogol erogol merged commit d792b78 into dev Mar 9, 2022
@erogol erogol deleted the fix-ml-recipe branch June 21, 2022 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants