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
018c194952
commit
d7e60cad42
Binary file not shown.
@ -1080,7 +1080,8 @@ def train_one_epoch(
|
||||
|
||||
if params.print_diagnostics and batch_idx == 5:
|
||||
return
|
||||
|
||||
|
||||
'''
|
||||
if (
|
||||
rank == 0
|
||||
and params.batch_idx_train > 0
|
||||
@ -1091,6 +1092,7 @@ def train_one_epoch(
|
||||
model_cur=model,
|
||||
model_avg=model_avg,
|
||||
)
|
||||
'''
|
||||
|
||||
if (
|
||||
params.batch_idx_train > 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user