FunASR icon indicating copy to clipboard operation
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.

Results 555 FunASR issues
Sort by recently updated
recently updated
newest added

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...

question

## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command you ran**): 1. Run cmd '....' 我通过websocket 上传文件大小为106mb,时长为57分钟,我已经使用vad模型。我收到了报错信息: [error] consume error: websocketpp.processor:4 (A message was...

bug

![企业微信截图_17245946678731](https://github.com/user-attachments/assets/745e444f-bd72-4ff7-a279-058785a1022b)

bug

![image](https://github.com/user-attachments/assets/89324356-4e5c-426a-bd79-53a0f0a222d8) 使用的0.1.10 启动的是bash run_server_2pass.sh ![image](https://github.com/user-attachments/assets/1e10957b-da16-49bc-af34-7cf4799ad5d9) ![image](https://github.com/user-attachments/assets/8ef2069e-8929-476a-81a9-f5749535c6b0) docker里修改了websocket-server-2pass 文件 杀掉funasr-wss-server-2pass 重新启动 为啥没有生效啊 也尝试重启容器 依然没生效 重新编译 但是build下面的bin 只生成了几个文件 都没有生成funasr-wss-server-2pass 文件 中间error了 ![image](https://github.com/user-attachments/assets/b6fc381a-6414-4c59-80dc-f39ed106dd90)

question

## ❓ Questions and Help 各位老师好。 不断尝试和看文档也没看懂 这些模型名到底都有哪些选择呢? `model="iic/speech_paraformer-large-vad-punc-spk_asr_nat-zh-cn", vad_model="fsmn-vad", vad_model_revision="v2.0.4", punc_model="ct-punc-c", punc_model_revision="v2.0.4", spk_model="cam++"` 摩搭上的模型都有哪些支持哪些不支持?怎么找到呢?具体名字应该写哪个? 例如说话人确认这个模型我想用eres2net这个模型,我写啥名 写啥都告诉我没注册。

question

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help 在训练paraformer 使用train.py进行大规模预训练时候,cpu内存会不断增加,最后达到100%,进而数据加载报错,应该如何解决 ### Before asking: 1. search the issues. 2....

question

## 传入的参数有部分不清楚,虽然结果正确但是和其他调用结果不一样 ### Before asking: 看了python和js源码,相关参数还是没有办法理解 #### What is your question? 传入的参数chunk_size、chunk_interval分别是什么?怎么通过sample_rate来计算得到。 多次尝试后,结果都是正确的,但是服务器都会有 `[error] handle_read_frame error: websocketpp.transport:7 (End of File)` #### Code 依赖库: ```toml [dependencies] futures = "0.3" anyhow =...

question

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) epoch: 2/100, data_slice: 0/1, step_in_slice: 879/4575, step_in_epoch: 879, total step: 10030, (loss_avg_rank: -0.188), (loss_avg_slice: 15.580),...

question

## 🐛 Bug finetune speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch,在保存模型的时候,每个 epoch 的Update best acc: 0.0000 ### Environment - OS (Linux): - FunASR Version (1.1.5): - ModelScope Version (1.17.1): - PyTorch Version (2.2.1): - How you...

bug