From f7b5b3ea08cf27b18215283edcce9c532fe0f6a8 Mon Sep 17 00:00:00 2001
From: Chong Zhang <iriszhangchong@gmail.com>
Date: 星期二, 23 五月 2023 17:02:42 +0800
Subject: [PATCH] Merge pull request #542 from alibaba-damo-academy/dev-zc-1

---
 funasr/bin/train.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/funasr/bin/train.py b/funasr/bin/train.py
index 0e95d77..b0d46e7 100755
--- a/funasr/bin/train.py
+++ b/funasr/bin/train.py
@@ -353,12 +353,6 @@
         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