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 请问可以跑在910B下吗

question

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help 想使用 Intel 最新的lunar lake 笔记本来运行在NPU上,但没有查找到相关文档,请问可以运行吗?

question

我查看了文档并没有发现有相关的内容。 如果想实现一个特性比如情感识别,我在代码中引入SenseVoice,可以输出带情感标记的内容。但同时要识别说话人(如另外一次调用,使用iic/speech_paraformer-large-vad-punc-spk_asr_nat-zh-cn + cam++可以达成)、方言或者其它特性时应该怎么办? - OS : Ubuntu24.04 - FunASR Version (e.g., 1.0.0): - ModelScope Version (e.g., 1.11.0): - PyTorch Version (e.g., 2.0.0): - How you installed funasr (uv/docker): -...

question

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help 我查看过往的issue,发现model.generate 不支持异步或多线程,这样的话就需要加锁,或为每一个任务分别加载一次model,在高并发下,这样会显著降低吞吐量。如果因为GIL 问题没有意义,是否在model对象的内部设计一个进程池,来提高吞吐量,而不是交给用户去多进程加载N次模型从而导致显存无意义的冗余占用? #### What's your environment? - OS (Windows)...

question

## ❓ Questions and Help ### What is your question? 当在 AutoModel 不传入 VAD 模型名,以禁用 VAD 时,输出的文本是未分句的原始输出。但理论上 VAD 应与分句功能独立,禁用后不应影响分句输出才对。 ### Code #### Run w/ vad model ``` Python model =...

question

#### What is your question? paraformer-zh导出onnx失败 #### Code (funasr2) jincan@likai:~/Downloads$ funasr-export ++model=paraformer-zh ++quantize=false ++device=cpu funasr version: 1.2.7. Check update of funasr, and it would cost few times. You may disable...

question

SenseVoiceSmall好像还没支持WFST,也就是不支持ngram,请问一下这块要怎么实现

question

iic/speech_campplus_sv_zh-cn_16k-common 怎么使用Funasr微调,这个在Funasr源码给的demo中没有找到,有哪位大佬能具体说下,怎么训练吗

question

## ❓ Questions and Help #### What is your question? I'm trying to deploy paraformer-zh as an ASR model in a Python environment, following the example provided in FUNASR/examples. I...

question

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