diff options
Diffstat (limited to 'training/conf/callbacks/checkpoint.yaml')
-rw-r--r-- | training/conf/callbacks/checkpoint.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/training/conf/callbacks/checkpoint.yaml b/training/conf/callbacks/checkpoint.yaml index afc536f..f3beb1b 100644 --- a/training/conf/callbacks/checkpoint.yaml +++ b/training/conf/callbacks/checkpoint.yaml @@ -1,5 +1,6 @@ -type: ModelCheckpoint -args: +checkpoint: + type: ModelCheckpoint + args: monitor: val_loss mode: min save_last: true |