buriburisuri / speech-to-text-wavenet

Speech-to-Text-WaveNet : End-to-end sentence level English speech recognition based on DeepMind's WaveNet and tensorflow
Apache License 2.0
3.95k stars 794 forks source link

Missing blank space between words #109

Closed HariWu1995 closed 6 years ago

HariWu1995 commented 6 years ago

When I tried to pretrain model with Vietnamese, the 1st problem I had encountered was that I cannot convert characters with accents. Now, I solved that problem but I get the 2nd one is when I use recognize.py file, the result is sticked together and doesn't have any blank space between them. I don't understand what happened because in preprocess, I checked and be sure t hat there are blank spaces encoded. Thanks so much in advance.