From 1582bad4b5ef4daf88dcef0abd973cc1394a6d3d Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期三, 08 三月 2023 17:02:50 +0800
Subject: [PATCH] update timestamp infer param name
---
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