SenseVoice
SenseVoice copied to clipboard
Multilingual Voice Understanding Model
在使用export.py导出onnx的时候,在生成onnx的时候报错(提示在调用 embedding 时,有至少两个设备(cuda:0 和 cpu)存在不一致),请问有没有大佬知道怎么解决啊 具体报错是{(torch) root@mfkahpxnfnicaehc-snow-6c68c5f989-jvxzb:/data/coding/SenseVoice# python export.py Downloading Model to directory: /root/.cache/modelscope/hub/iic/SenseVoiceSmall 2025-02-14 18:51:14,969 - modelscope - WARNING - Using branch: master as version is unstable, use with...
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...
目前small在准确率上还是差一些,而whisper对于中文支持又没有特别好。 是否考虑开源一下large模型
运行demo2.py,报错: SenseVoice\utils\ctc_alignment.py", line 50, in ctc_forced_align best_score[:, padding_num + 0] = log_probs[:, 0, blank] ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ IndexError: index 2 is out of bounds for dimension 1 with size 2
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...
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...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug 运行demo_onnx.py报错 demo_onnx.py:  报错信息: Traceback (most recent call last): File "/workspace/data/wcy/code/SenseVoice/demo_onnx.py", line...