-
在导入funasr的AutoModel包时显示不存在这个包,python==3.9,funasr==1.0.27,modelscope==1.15.0
-
![Snipaste_2024-07-19_12-33-04](https://github.com/user-attachments/assets/214493e5-10b3-41b7-9149-97328091881a)
使用的是: 参考音频的方式生成语音, 但是一直卡在processing..
控制台窗口加载到一下信息后就没有后续了
To create a public link,…
-
I have downloaded the Faster Whisper ASR models in the tools/asr/models/ folder but still fail to load them .. only encounter with the resource_tracker warning and not going further. I have tried v2…
-
本教程已过时,请参照Lion-Wu的教程,目前已经支持MPS训练和推理: https://github.com/RVC-Boss/GPT-SoVITS/issues/93#issuecomment-1905782184
Mac 训练比较困难,mps训练目前没测试成功,本地推理和预处理是可以的,效果挺不错,(稍微有吞字问题),感谢作者开源!
## 推理
文件…
-
操作【0c-中文批量离线ASR工具】,出现以下错误,无法成功执行。用的是 cuda124,torchaudio==2.4.0
```
Traceback (most recent call last):
File "GPT-SoVITS/tools/asr/funasr_asr.py", line 9, in
from funasr import AutoModel
…
cpken updated
3 months ago
-
## ❓ Questions and Help
#### What is your question?
Starting from a fresh container environment equipped with pytorch and funasr (via `pip install funasr`), I encountered `ModuleNotFoundErro…
-
已经正常部署,运行的中文示例,但是返回为什么是空?
![image](https://github.com/user-attachments/assets/5e527a8f-ab13-4c5f-ab1f-d320f05d468a)
![image](https://github.com/user-attachments/assets/068589c9-8368-4446-974b-e7db6f…
-
我在colab上使用funasr,基本上每天都会使用,每次使用时都是通过git clone 克隆最新的文件,但是昨天使用funasr进行语音识别时,没有成功,出现报错:
---------------------------------------------------------------------------
NameError …
-
您好,我看到您在huggingface上开源的模型中有embedding.npy文件,这个文件是如何计算出来的呢?
-
ubuntu
git clone https://github.com/alibaba-damo-academy/FunASR
```python
from funasr import AutoModel
# paraformer-zh is a multi-functional asr model
# use vad, punc, spk or not as you need
m…