From decdbc3c97e51c9cc48b2b39f8b273aa1f5a01c8 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期四, 11 五月 2023 15:13:25 +0800
Subject: [PATCH] update repo

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

diff --git a/funasr/bin/train.py b/funasr/bin/train.py
index 22387b9..56a9269 100755
--- a/funasr/bin/train.py
+++ b/funasr/bin/train.py
@@ -160,6 +160,7 @@
     )
     parser.add_argument(
         "--patience",
+        type=int_or_none,
         default=None,
         help="Number of epochs to wait without improvement "
              "before stopping the training",

--
Gitblit v1.9.1