这个错是modelscope-funasr版本不对吗? 对应的是什么版本啊?Traceback (most recent call last):
File "/data/voice-to-text/test1.py", line 44, in
res = model.generate(input="12346.mp3",
File "/usr/local/lib/python3.10/site-packages/funasr/auto/auto_model.py", line 263, in generate
return self.inference_with_vad(input, input_len=input_len, **cfg)
File "/usr/local/lib/python3.10/site-packages/funasr/auto/auto_model.py", line 541, in inference_with_vad
result["timestamp"],
KeyError: 'timestamp'
有可能是版本的问题,那个都有文件名和行号,你到对应的位置打个日志就知道输出 是啥了 此回答整理自钉群“modelscope-funasr社区交流”