Merge pull request #110 from eltociear/patch-1
fix typo in default.yaml
This commit is contained in:
commit
06da275bcb
@ -9,7 +9,7 @@ model_checkpoint:
|
|||||||
monitor: "val/acc" # name of the logged metric which determines when model is improving
|
monitor: "val/acc" # name of the logged metric which determines when model is improving
|
||||||
mode: "max" # can be "max" or "min"
|
mode: "max" # can be "max" or "min"
|
||||||
save_top_k: 1 # save k best models (determined by above metric)
|
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
|
verbose: False
|
||||||
dirpath: ${oc.env:CHECKPOINT_DIR,checkpoints}/${oc.select:name,''}
|
dirpath: ${oc.env:CHECKPOINT_DIR,checkpoints}/${oc.select:name,''}
|
||||||
filename: "epoch_{epoch:03d}"
|
filename: "epoch_{epoch:03d}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user