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
4a11176ca1
commit
ea1e0c0f67
Binary file not shown.
@ -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}"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user