from local

This commit is contained in:
dohe0342 2023-02-03 01:31:00 +09:00
parent bdc439c678
commit 0b11d661be
2 changed files with 1 additions and 0 deletions

View File

@ -437,6 +437,7 @@ def compute_validation_loss(
graph_compiler: CharCtcTrainingGraphCompiler,
valid_dl: torch.utils.data.DataLoader,
world_size: int = 1,
wb=None,
) -> MetricsTracker:
"""Run the validation process. The validation loss
is saved in `params.valid_loss`.