Skip to content

Commit

Permalink
Reduce default logging interval to 5 epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Jun 11, 2024
1 parent cbd31d8 commit 08192bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ training:
early_stopping_patience: 50
scheduler_patience: 10
scheduler_factor: 0.8
log_interval: 10
log_interval: 5
checkpoint_interval: 25
per_structure_targets: []
loss_weights: {}
2 changes: 1 addition & 1 deletion src/metatrain/experimental/soap_bpnn/default-hypers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ training:
early_stopping_patience: 50
scheduler_patience: 10
scheduler_factor: 0.8
log_interval: 10
log_interval: 5
checkpoint_interval: 25
fixed_composition_weights: {}
per_structure_targets: []
Expand Down

0 comments on commit 08192bf

Please sign in to comment.