* 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:
Zhihao Du 2023-06-16 09:45:16 +08:00 committed by GitHub
parent d74fdb3a74
commit 613b2f4172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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