Unverified Commit 419ea45b authored by Ikko Eltociear Ashimine's avatar Ikko Eltociear Ashimine Committed by GitHub
Browse files

fix typo in default.yaml

additionaly -> additionally
parent 33e0860c
......@@ -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}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment