edgedict icon indicating copy to clipboard operation
edgedict copied to clipboard

Working online speech recognition based on RNN Transducer. ( Trained model release available in release )

Results 7 edgedict issues
Sort by recently updated
recently updated
newest added

Hi, i wants to add the flagfile into python file so that i dont have to pass commandline arguments to python file any idea how to do it ?

I am running the train.py. Following is the error. I digged in and fount that the input to the norm-layer in model.py is not of the correct dimension. There is...

Do you guys know if it is possible to run the code on CPU, thanks guys!

Maybe you upload the wrong script, do you ? I am failed to work out the pt2onnx using export_onnx.py in the script, two input parameter defined `flags.DEFINE_string('model_name', "last.pt", help='checkpoint name')...

Hello sir, ”python stream.py --flagfile ./flagfiles/E6D2_LARGE_Batch.txt --name rnnt-m-bpe --model_name english_43_medium.pt --path 3729-6852-0035.flac“ i use this command,but here is a Error : FileNotFoundError: No such file or directory: ' im_model.pt '....

I try to use this command. ”python stream.py --flagfile ./flagfiles/E6D2_LARGE_Batch.txt --name rnnt-m-bpe --model_name english_43_medium.pt --path 3729-6852-0035.flac“ Will prompt that these parameters are not recognized. Can you provide the correct stream.py?

Hi there, Thanks for sharing your work. On the bottom of your README, you said you have already "Modify wraprnnt-pytorch to compatible with apex mixed precision". But I noticed that...