mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
513776a3a9
commit
002cf8da70
Binary file not shown.
@ -1648,6 +1648,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
diagnostic.print_diagnostics()
|
diagnostic.print_diagnostics()
|
||||||
break
|
break
|
||||||
|
|
||||||
|
'''
|
||||||
if epoch % 10 == 0:
|
if epoch % 10 == 0:
|
||||||
save_checkpoint(
|
save_checkpoint(
|
||||||
params=params,
|
params=params,
|
||||||
@ -1659,6 +1660,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
scaler=scaler,
|
scaler=scaler,
|
||||||
rank=rank,
|
rank=rank,
|
||||||
)
|
)
|
||||||
|
'''
|
||||||
|
|
||||||
logging.info("Done!")
|
logging.info("Done!")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user