mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
auto frontend
This commit is contained in:
parent
d6fedbfa77
commit
64941d99cc
@ -481,7 +481,7 @@ class Trainer:
|
|||||||
step_in_epoch=self.step_in_epoch,
|
step_in_epoch=self.step_in_epoch,
|
||||||
batch_num_epoch=batch_num_epoch,
|
batch_num_epoch=batch_num_epoch,
|
||||||
lr=lr,
|
lr=lr,
|
||||||
loss=loss.detach().cpu().item(),
|
loss=accum_grad * loss.detach().cpu().item(),
|
||||||
speed_stats=speed_stats,
|
speed_stats=speed_stats,
|
||||||
stats=stats,
|
stats=stats,
|
||||||
writer=writer,
|
writer=writer,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user