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
bdc439c678
commit
0b11d661be
Binary file not shown.
@ -437,6 +437,7 @@ def compute_validation_loss(
|
|||||||
graph_compiler: CharCtcTrainingGraphCompiler,
|
graph_compiler: CharCtcTrainingGraphCompiler,
|
||||||
valid_dl: torch.utils.data.DataLoader,
|
valid_dl: torch.utils.data.DataLoader,
|
||||||
world_size: int = 1,
|
world_size: int = 1,
|
||||||
|
wb=None,
|
||||||
) -> MetricsTracker:
|
) -> MetricsTracker:
|
||||||
"""Run the validation process. The validation loss
|
"""Run the validation process. The validation loss
|
||||||
is saved in `params.valid_loss`.
|
is saved in `params.valid_loss`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user