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
trafficstars

#### Code model_dir = "iic/speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/" model = Paraformer(model_dir, batch_size=1, quantize=True) result = model("norm.wav") #### What's your environment? - OS (e.g., Linux): - FunASR Version (e.g., 1.0.0):1.0.16 - funasr-onnx Version:0.3.1 -...

question

[Uploading r.zip…]() Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include...

bug

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

给任意无人声音频 `audio_model = AutoModel( model="paraformer-zh", model_revision="v2.0.4", vad_model="fsmn-vad", vad_model_revision="v2.0.4", punc_model="ct-punc-c", punc_model_revision="v2.0.4" ) audio_model.generate(input=[audio], batch_size_s=200, is_final=True, sentence_timestamp=True)` 报错: RuntimeError: Expected tensor for argument #1 'indices' to have one of the following scalar...

bug

#### What is your question? README demo: ValueError: not enough values to unpack (expected 3, got 1) #### Code from funasr import AutoModel chunk_size = [0, 10, 5] #[0, 10,...

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

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help 如何对Whisper进行量化 ### Before asking: 1. search the issues. 2. search...

question

from funasr import AutoModel model = AutoModel(model="fa-zh") wav_file = "C:/Users/Administrator/Desktop/wav1/hebing.wav" text_file = "C:/Users/Administrator/Desktop/wav1/text.txt" res = model.generate(input=(wav_file, text_file), data_type=("sound", "text")) print(res) 执行后结果为空,音频存在,文本不清楚要什么格式。 2024-04-13 08:07:07,639 - modelscope - INFO - PyTorch version...

question

- OS (e.g., Linux): windows - FunASR Version (e.g., 1.0.0): 官方仓库拉下来的最新代码 - ModelScope Version (e.g., 1.11.0): 官方仓库拉下来的最新代码 - PyTorch Version (e.g., 2.0.0): 2.2.2 - How you installed funasr (`pip`, source):...

question

## 🐛 Bug 用 valgrind 检测 2pass 下 的可执行文件,发现存在 definitely lost: 98 bytes in 10 blocks log 如下: ==29486== 51 bytes in 5 blocks are definitely lost in loss record...

bug