From 89bf7f681c8d8a615f2b5c4d2275a86963c9868c Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 15 五月 2023 15:27:42 +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