Skip to content

Commit

Permalink
add training blowup sanity threshold to example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux-cpp-lisp committed Jan 30, 2024
1 parent bf54de8 commit bffd533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ early_stopping_patiences:
early_stopping_lower_bounds: # stop early if a metric value is lower than the bound
LR: 1.0e-5

early_stopping_upper_bounds: # stop early if the training appears to have exploded
validation_loss: 1.0e4

# loss function
loss_coeffs:
forces: 1 # if using PerAtomMSELoss, a default weight of 1:1 on each should work well
Expand Down

0 comments on commit bffd533

Please sign in to comment.