from local

This commit is contained in:
dohe0342 2022-12-15 17:59:10 +09:00
parent aa0da9a94b
commit d3a37340c1
3 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -1086,7 +1086,6 @@ def train_one_epoch(
f"grad_scale is too small, exiting: {cur_grad_scale}"
)
logging.info(loss)
if params.batch_idx_train > 4000 and loss > 300:
wb.log({"valid/loss": 10000})
raise RunteimError(