fix typo in default.yaml

additionaly -> additionally
This commit is contained in:
Ikko Eltociear Ashimine 2023-01-21 00:47:12 +09:00 committed by GitHub
parent 33e0860c9c
commit 419ea45b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"