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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riva expects TTS G2P dictionary to be uppercased while NeMo doesn't #34

Open
sch0ngut opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@sch0ngut
Copy link

sch0ngut commented Nov 30, 2023

I have trained a FastPitch model with a custom dictionary that has entries of the following format:

grapheme    phoneme
Feedback    ˈfiːtbɛk
italienische    ˌiˑtalˈi̯eːnɪʃə

The trained NeMo model picks up the entries from the dictionary properly but once deployed to Riva this is not the case anymore. I figured out that this happens because Riva expects the dictionary entries to be all uppercased. Hence a workaround is to manually uppercase all left hand side entries of the dictionary file and pass the updated dictionary via --phone_dictionary_file during riva-build.

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

No branches or pull requests

1 participant