You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
I'm slightly confused in G2P model. Let's suppose If I need to train a model which specifically translates from Russian to English (Only). Do I still need to add dictionary or train G2P model ?
Also, I'm not able to catch the significance of G2P model here. We have the synthesizer, which is already doing the same work.
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry, I've mistakenly written the translation. By translation, I intend to ask whether I need to train a g2p model for only English output. I've trained my encoder on other language(German) and I want output in English.
if you only need synthesis in English, then you need to teach it in English. G2p won't help here. The encoder can be trained in any language, it doesn't matter. Use the original implementation
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm slightly confused in G2P model. Let's suppose If I need to train a model which specifically translates from Russian to English (Only). Do I still need to add dictionary or train G2P model ?
Also, I'm not able to catch the significance of G2P model here. We have the synthesizer, which is already doing the same work.
Thanks!
The text was updated successfully, but these errors were encountered: