clb-123

Results 2 comments of clb-123

> `pip install -U funasr modelscope` I have updated the version. This is the current version: funasr==1.0.25 modelscope==1.14.0 There is a new problem now. When the input audio don't exclude...

> Please offer details to reproduce, only use the code of demo. demo: `model = AutoModel(model="iic/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch", model_revision="v2.0.4", vad_model="iic/speech_fsmn_vad_zh-cn-8k-common", vad_model_revision="v2.0.4", punc_model="ct-punc-c", punc_model_revision="v2.0.4", spk_model="cam++", spk_model_revision="v2.0.2", spk_mode='punc_segment' ) res = model.generate(input=wav_file) ` this...