from local

This commit is contained in:
dohe0342 2023-01-09 15:08:30 +09:00
parent 4a11176ca1
commit ea1e0c0f67
2 changed files with 1 additions and 1 deletions

View File

@ -1117,7 +1117,7 @@ def train_one_epoch(
if params.batch_idx_train > 4000 and loss > 300 and params.wandb:
wb.log({"valid/loss": 10000})
raise RunteimError(
raise RuntimeError(
f"divergence... exiting: loss={loss}"
)