From bb8ddea4cb7743c7fe49728aa32cb2e035934e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=89=E6=B8=8A?= Date: Thu, 18 May 2023 14:09:58 +0800 Subject: [PATCH] update repo --- funasr/bin/train.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/funasr/bin/train.py b/funasr/bin/train.py index 0e95d77ad..b0d46e7e4 100755 --- a/funasr/bin/train.py +++ b/funasr/bin/train.py @@ -353,12 +353,6 @@ def get_parser(): 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(