From 4e37a5fda20f0878b593b8ba2b9ea46db63743b5 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期四, 11 五月 2023 14:16:28 +0800
Subject: [PATCH] update repo
---
funasr/bin/tp_inference_launch.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/funasr/bin/tp_inference_launch.py b/funasr/bin/tp_inference_launch.py
index 903e041..dd76df6 100644
--- a/funasr/bin/tp_inference_launch.py
+++ b/funasr/bin/tp_inference_launch.py
@@ -76,17 +76,17 @@
group = parser.add_argument_group("The model configuration related")
group.add_argument(
- "--tp_train_config",
+ "--timestamp_infer_config",
type=str,
help="VAD infer configuration",
)
group.add_argument(
- "--tp_model_file",
+ "--timestamp_model_file",
type=str,
help="VAD model parameter file",
)
group.add_argument(
- "--tp_cmvn_file",
+ "--timestamp_cmvn_file",
type=str,
help="Global CMVN file",
)
--
Gitblit v1.9.1