mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
add
This commit is contained in:
parent
1ff66c5260
commit
47c14aff79
@ -712,8 +712,8 @@ class Trainer:
|
||||
"data_split_i": kwargs.get("data_split_i", 0),
|
||||
"data_split_num": kwargs.get("data_split_num", 1),
|
||||
"log_step": batch_idx + kwargs.get("start_step", 0),
|
||||
"batch_total": batch_idx,
|
||||
"step_in_epoch": batch_idx,
|
||||
"batch_total": batch_idx + 1,
|
||||
"step_in_epoch": batch_idx + 1,
|
||||
"lr": 0.0,
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user