FunASR
FunASR copied to clipboard
A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
- Docker镜像版本:funasr-runtime-sdk-online-cpu-0.1.10 Dockerfile: ```dockerfile FROM registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.10 WORKDIR /workspace/FunASR/runtime RUN chmod +x ./run_server_2pass.sh && \ sed -i 's/&$//g' ./run_server_2pass.sh CMD bash ./run_server_2pass.sh --download-model-dir /workspace/models --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx --model-dir iic/speech_paraformer-large-vad-punc-spk_asr_nat-zh-cn --online-model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online-onnx --punc-dir...
TypeError: forward() missing 3 required positional arguments: 'speech_lengths', 'text', and 'text_lengths'
KeyError: 'asr-inference is not in the pipelines registry group auto-speech-recognition. Please make sure the correct version of ModelScope library is used.'
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug pip insatll funasr 以后,logging 不能正常打印 ### To Reproduce 1 在虚拟环境中 pip install...
目前SeACoParaformer模型的的pytorch版,转译出的文字中,日期和数字均被转成了大写数字,--itn-dir thuduj12/fst_itn_zh属性仍不支持pytorch版使用
## ❓ Questions and Help #### What is your question? 运行 runtime 源码,加入循环,解码(音频内容为 123456789),重复大概几千遍,解码的速率会越来越慢,希望可以看看什么原因 #### Code demo改动如下: for (int ii = 0; ii < 10000; ii++) { # 推理的时候加入了这个循环。 for...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the...
## 🐛 Bug 使用FunASR/runtime/python/http/server.py文件进行离线文件识别, 服务端使用两个进程 uvicorn.run( app="fun_test:app", host=args.host, port=args.port, ssl_keyfile=args.keyfile, ssl_certfile=args.certfile, workers=2 ) 当两个用户同时访问,报如下错误 choose a window size 400 that is [2, 0] ### Environment - OS : Linux -...