From 3be66ec19abcff0082e9314d5ef2c4f52b5d154d Mon Sep 17 00:00:00 2001
From: 志浩 <neo.dzh@alibaba-inc.com>
Date: 星期三, 17 五月 2023 15:04:53 +0800
Subject: [PATCH] confirm inference and demo files for SV and SD tasks

---
 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