Raymond Tsao
Raymond Tsao
Hi, I found this project is fantastic, thanks your contribution. but I face some problem on trying to inference by GST tokens. Already trained a model with LJSpeech, set condition_on_audio...
**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...
Hi , I try to make some English word delete pronunciation like: ado -> ao can delete "d" phone My phonetizer is test1, ruleset and output TextGrid. All are here...