fix(train): 更新训练函数参数传递方式

This commit is contained in:
ViperEkura 2025-10-29 13:23:53 +08:00
parent f2448a5147
commit bad6243b53
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def train(
train_type=train_type, train_type=train_type,
load_path=cache_files, load_path=cache_files,
max_len=max_len, max_len=max_len,
step_size=step_size step_size=step_size,
**kwargs **kwargs
) )