as-ideas / TransformerTTS

🤖💬 Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
https://as-ideas.github.io/TransformerTTS/
Other
1.13k stars 227 forks source link

Mandarin DataSet #55

Open YangHan-Morningstar opened 4 years ago

YangHan-Morningstar commented 4 years ago

Hi guys, now my dataset is about Mandarin and when I change the language to 'zh' in 'data_config.yaml', I got an error that 'ValueError: language must be either "en" or "de", not zh.'. Could you tell me how to do it? I'm looking forward to this. Thank you!

yutian-wang commented 4 years ago

I rewrote the codes about processing chinese phoneme, and trained with biaobei dataset, got satisfied results. I think you should do the same thing

YangHan-Morningstar commented 4 years ago

I rewrote the codes about processing chinese phoneme, and trained with biaobei dataset, got satisfied results. I think you should do the same thing Could you share your project on Github? I do want to refer to you code. Thanks a lot!

fanmanqian commented 1 year ago

Hi friends ,I want to know that whether you slove the problem of Mandarin dataset. I encounted the same problem