Yuekai Zhang
Yuekai Zhang
> @jefflai108 hi jeff, when i run feature extraction script 'run_feature.sh', I found 'local/make_spectrogram.sh: No such file or directory' , I wonder whether it's a bash script not included in...
> if U want reproduced code using pure python, please contact me, i will share my code I was wondering whether you could share your pure python code with me,...
> > > @jefflai108 hi jeff, when i run feature extraction script 'run_feature.sh', I found 'local/make_spectrogram.sh: No such file or directory' , I wonder whether it's a bash script not...
ctc_decoder 需要设置 space_id, blank_id, 你的字典应该分别是 1,0, 你设置了吗?
I have no idea about it. You may try: 1. export PYTHONPATH=$PYTHONPATH:/your-git-clone/wenet/, rather than using wenet from pip isntall 2. Make sure you have cuda available, maybe try it in...
> @feddybear can you post here the changes you made ? I am looking to resolve this error. Maybe replacing the `expr` related lines with` $(())` https://github.com/wenet-e2e/wenet/blob/main/examples/gigaspeech/s0/run.sh#L149 could help.
https://github.com/Slyne/ctc_decoder#adding-language-model Please refer to this.
> Hello, in X86_GPU deployment, I added lm in convert_start_server.sh as follows: onnx_model_dir=/ws/onnx_model model_repo=/ws/model_repo lm_path=/workspace/ctc_decoder/swig/kenlm/lm/test.arpa > > # Convert config.pbtxt in model_repo and move models > python3 scripts/convert.py --config=$onnx_model_dir/train.yaml --vocab=$onnx_model_dir/words.txt...
> triton works well without the LM model and successfully returns the recognition result, but the above error will be reported after adding the language model! @yuekaizhang Could you try...
I have no idea why this error happened. Just wondering why you prefer use libtorch rather than onnx. If you would like use triton, I suggest use onnx which is...