Faris Alasmary
Faris Alasmary
> The fix worked 99 % of the time but unfortunatey its giving > File "/home/ubuntu/ds/live.ds.pytorch.v2/deepspeech.pytorch/deepspeech_pytorch/loader/data_loader.py", line 19, in load_audio_from_txt > sound = sound.astype('float32') / 32767 # normalize audio >...
You are most probably using the latest version of Deepspeech2 implementation which has been changed a lot! I forked the project and started building my own version. You can find...
@kouohhashi I found this pull request in the websocket implementation repo that I'm using in this project. You may find it useful https://github.com/Pithikos/python-websocket-server/pull/70
Hi @jiaaro, Can you kindly merge this pull request as it is heavily used in my current projects?