Skip to content

Commit

Permalink
fix typo in default.yaml
Browse files Browse the repository at this point in the history
additionaly -> additionally
  • Loading branch information
eltociear authored Jan 20, 2023
1 parent 33e0860 commit 419ea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/configs/callbacks/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ model_checkpoint:
monitor: "val/acc" # name of the logged metric which determines when model is improving
mode: "max" # can be "max" or "min"
save_top_k: 1 # save k best models (determined by above metric)
save_last: True # additionaly always save model from last epoch
save_last: True # additionally always save model from last epoch
verbose: False
dirpath: ${oc.env:CHECKPOINT_DIR,checkpoints}/${oc.select:name,''}
filename: "epoch_{epoch:03d}"
Expand Down

0 comments on commit 419ea45

Please sign in to comment.