mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Dev dzh (#634)
* fix oov bug for sond inference * modify sv_model_version for speech_diarization_sond-zh-cn-alimeeting-16k-n16k4-pytorch/infer.py
This commit is contained in:
parent
d74fdb3a74
commit
613b2f4172
@ -17,7 +17,7 @@ inference_diar_pipline = pipeline(
|
||||
diar_model_config="sond.yaml",
|
||||
model='damo/speech_diarization_sond-zh-cn-alimeeting-16k-n16k4-pytorch',
|
||||
sv_model="damo/speech_xvector_sv-zh-cn-cnceleb-16k-spk3465-pytorch",
|
||||
sv_model_revision="master",
|
||||
sv_model_revision="v1.2.2",
|
||||
)
|
||||
|
||||
# use audio_list as the input, where the first one is the record to be detected
|
||||
|
||||
Loading…
Reference in New Issue
Block a user