mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-27 10:44:19 +00:00
fix diagnostics position
This commit is contained in:
parent
d9bff38eea
commit
7291021a57
@ -874,6 +874,10 @@ def run(rank, world_size, args):
|
||||
rank=rank,
|
||||
)
|
||||
|
||||
if params.print_diagnostics:
|
||||
diagnostic.print_diagnostics()
|
||||
break
|
||||
|
||||
validate(
|
||||
params=params,
|
||||
model=model,
|
||||
@ -882,10 +886,6 @@ def run(rank, world_size, args):
|
||||
tb_writer=tb_writer,
|
||||
)
|
||||
|
||||
if params.print_diagnostics:
|
||||
diagnostic.print_diagnostics()
|
||||
break
|
||||
|
||||
save_checkpoint(
|
||||
params=params,
|
||||
model=model,
|
||||
|
Loading…
x
Reference in New Issue
Block a user