speech
speech copied to clipboard
A PyTorch Implementation of End-to-End Models for Speech-to-Text
Thank you for sharing your code! Could you share your WER on librispeech?
LibirSpeech Config was out of date, therefore updated and seed changed to 2019 just as proof of change. Changed train.py and added batch=list(batch) twice, because zipped objects terminate after 1...
Whenver I run any model it works fine, however running transducer gives the error in transducer_model.py > Zip object is not subscriptable, line 48 So what I do is try...
Hello, I used RNNT training on the Chinese speech recognition library of more than 300 hours (the encoder did pretrain, but the decoder is a random initialization parameter). After training...
Please add multi gpu training support to the code
Hi thanks for your work! I am running a windows machine &I get the error below when I run 'MinGW32-make' ``` git clone https://github.com/awni/warp-ctc.git libs/warp-ctc Cloning into 'libs/warp-ctc'... remote: Enumerating...
In my training phase, I am frequently getting this Warning
I have a KenLM scoring integrated at Line 96. The performance on my test set (Both LM and Test set are LibriSpeech based) is worse than not using an LM...