Rohola

Results 14 comments of Rohola

Are you working on this?

The problem was the fixed length number. thanks

For those who want to get an implementation in a scripting language (python) just like @BenTalagan mentioned, I found this [one](https://github.com/coqui-ai/TTS/blob/dev/TTS/tts/utils/text/punctuation.py), which can be helpful.

Thanks I will check this out

Unfortunately, I don't have a windows machine to test this. Can you try this one? https://github.com/p5py/p5/issues/76#issuecomment-441445138

English please

Make sure you are using the changed format of the dataset and not the original one. The changed one is here: https://drive.google.com/open?id=1T4AdY7wku8srL_xWSxgt-OHqdLFVo3s3 if you are using this you will have...

Yes, You are right, I didn't upload that dataset. here is it: https://drive.google.com/file/d/17nL6q3eiG4IKAZe-CregN5db4eGkgz4G/view?usp=sharing let me know if this one works for you. I also update the readme file accordingly.

it is multiple rounds.

> Same issue. Also, how does one perform inference for a single sequence if the greedy embedding helper does not accept batch size 1? I think the best way to...