From 688fb902dd625981060b00788ed70c4c155d2b50 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 15 五月 2023 10:59:59 +0800
Subject: [PATCH] update repo
---
funasr/bin/train.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/funasr/bin/train.py b/funasr/bin/train.py
index ba5df1d..53e5bde 100755
--- a/funasr/bin/train.py
+++ b/funasr/bin/train.py
@@ -347,6 +347,12 @@
default=True,
help="Apply preprocessing to data or not",
)
+ parser.add_argument(
+ "--embed_path",
+ type=str,
+ default=None,
+ help="for model which requires embeds",
+ )
# optimization related
parser.add_argument(
--
Gitblit v1.9.1