-
当我根据colab中你给的代码执行到
```
input_wav = "./test_wavs/"
output_data = "./output_training_data/"
ret, report = run_auto_label(input_wav=input_wav, work_dir=output_data, resource_revision="v1.0.7")
```…
-
尝试在本地跑 Voice_Cloning_for_Chinese_Speech.ipynb
```sh
input_wav = "./test_wavs/"
output_data = "./output_training_data/"
ret, report = run_auto_label(input_wav=input_wav, work_dir=output_data,…
-
I have ollama and miniconda in i7 7gen, 1070gtx, 16gb ram.
I change configs yaml like medium.en for medium (because i wan speak in spanish), and change sites "en" for "es". But for in local can hav…
-
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## 🐛 Bug
### To Reproduce
Steps to reproduce the behavio…
-
## ❓ Questions and Help
#### What is your question?
fsmn-vad 模型推理有 CPU 性能问题,当推理较长的音视频时 CPU 会满载,而且似乎只使用了单线程
#### Code
```py
from funasr import AutoModel
model_vad = AutoModel(model="fsm…
-
求助大佬,这个如何解决啊
-
是否可以简单写一个ubuntu环境下能够正确跑的教程呢?感谢
-
请看一下日志我错过了什么?谢谢
根据此部署指南:https://github.com/modelscope/FunASR/blob/main/runtime/docs/SDK_advanced_guide_offline_gpu.md
执行如下命令:
```
docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:f…
-
Hi author, I'm getting the following when training branchformer using summary_mixing
[autodl-container-4d6411b93c-8a044365] 2024-04-10 17:11:12,899 (ctc:67) WARNING: 13/34 samples got nan grad. The…
-
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## 🐛 Bug
从git上拉取的FunASR框架,运行seaco模型微调时报错'NoneType' object has no …