-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Tacotron2/TRTIS] Is it possible support non-English language like Chinese in trtis_cpp? #767
Comments
Hi, Same we are facing for arabic, may we have an update on this? Thanks, |
Hi, Same we are facing for Vietnamese? Thanks, |
@RaymondTsao And the |
hi, I have my own chinese & english parser and dictionary to do it. yeah, DH-AX0 S-AE1-K-R-AO0-L D-AE1-N-S is the phoneme of English, you can do it by CMUdict. |
Thank you very much for your reply! |
Describe the bug
I already trained a English & Chinese bilingual tacotron model with my own data on following source:
https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2
And inference output is OK, my inference phrase like following:
ji2-jiang1 wei4-nin2 bo1-fang4 pau yi4-shu4 wu3-dao4 pau gu3-ba1 dang1-dai4 wu3-dao4-tuan2 pau DH-AX0 S-AE1-K-R-AO0-L D-AE1-N-S
then the output file I can understand what it say
Then I need speed up inference time,
I try following the steps to export my own tacotron model to onnx & tensorRT in trtis_cpp folder:
https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp
and could transfer my model successfully.
But inference output I can't understand what it saying, like alien language. :(
I found can add possible syllable in model-config/tacotron2waveglow/mapping.txt , but I added all syllable and rebuild again, the inference output audio file still sound nonsense.
So, is it possible support non-english language like chinese in trtis_cpp?
Any files could modify to do this?
The text was updated successfully, but these errors were encountered: