From bad6243b53d8a3a75c5a39adfa14a33559931178 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Wed, 29 Oct 2025 13:23:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(train):=20=E6=9B=B4=E6=96=B0=E8=AE=AD?= =?UTF-8?q?=E7=BB=83=E5=87=BD=E6=95=B0=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 83c1bb8..6c337b0 100644 --- a/train.py +++ b/train.py @@ -75,7 +75,7 @@ def train( train_type=train_type, load_path=cache_files, max_len=max_len, - step_size=step_size + step_size=step_size, **kwargs )