From 1c8b527cf4bf09c1243e32ec151920a483662661 Mon Sep 17 00:00:00 2001 From: Christoph Gerum Date: Tue, 21 Nov 2023 12:27:43 +0100 Subject: [PATCH] Fix typo --- hannah/conf/base_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hannah/conf/base_config.yaml b/hannah/conf/base_config.yaml index edda9484..4f8f72a2 100644 --- a/hannah/conf/base_config.yaml +++ b/hannah/conf/base_config.yaml @@ -47,7 +47,7 @@ auto_lr: false resume: false fx_mac_summary: False skip_test: False # skip the test run after training -skip_val: False # skip final validation (After full model training, usually run on best ckpt according to checkpoint callback) +skip_val: False # skip final validation (After full model training, usually run on best ckpt according to checkpoint callback) seed: [1234] validate_output: False