Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#110 from eltociear/patch-1
Browse files Browse the repository at this point in the history
fix typo in default.yaml
  • Loading branch information
tridao committed Jan 27, 2023
2 parents 6b4a482 + 419ea45 commit 06da275
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 06da275

Please sign in to comment.