mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Restore the computation of valid stats.
This commit is contained in:
parent
178eca1c0e
commit
0da228c587
@ -948,7 +948,7 @@ def train_one_epoch(
|
||||
|
||||
|
||||
|
||||
if batch_idx % params.valid_interval == 0 and not params.print_diagnostics and False:
|
||||
if batch_idx % params.valid_interval == 0 and not params.print_diagnostics:
|
||||
logging.info("Computing validation loss")
|
||||
valid_info = compute_validation_loss(
|
||||
params=params,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user