From c096432ebc86790fa92e413bd433a1e65630f76b Mon Sep 17 00:00:00 2001
From: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Date: 星期二, 21 三月 2023 14:13:12 +0800
Subject: [PATCH] Merge pull request #270 from alibaba-damo-academy/dev_lzr
---
egs_modelscope/vad/speech_fsmn_vad_zh-cn-16k-common/infer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/egs_modelscope/vad/speech_fsmn_vad_zh-cn-16k-common/infer.py b/egs_modelscope/vad/speech_fsmn_vad_zh-cn-16k-common/infer.py
index c255474..2bf3251 100644
--- a/egs_modelscope/vad/speech_fsmn_vad_zh-cn-16k-common/infer.py
+++ b/egs_modelscope/vad/speech_fsmn_vad_zh-cn-16k-common/infer.py
@@ -7,7 +7,7 @@
inference_pipline = pipeline(
task=Tasks.voice_activity_detection,
model="damo/speech_fsmn_vad_zh-cn-16k-common-pytorch",
- model_revision=None,
+ model_revision='v1.2.0',
output_dir=output_dir,
batch_size=1,
)
--
Gitblit v1.9.1