From 4da7a2c812221d56a430b35139ac40b23fa76f77 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 29 Jun 2021 22:54:52 +0200 Subject: Refactor of config, more granular --- training/conf/callbacks/checkpoint.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'training/conf/callbacks/checkpoint.yaml') 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 -- cgit v1.2.3-70-g09d2