from local

This commit is contained in:
dohe0342 2023-02-03 01:26:12 +09:00
parent 3fca4c4221
commit dd0eb1a3cb
2 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ def train_one_epoch(
valid_dl: torch.utils.data.DataLoader,
tb_writer: Optional[SummaryWriter] = None,
world_size: int = 1,
wb = None,
) -> None:
"""Train the model for one epoch.