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/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'training/conf/config.yaml') diff --git a/training/conf/config.yaml b/training/conf/config.yaml index c413a1a..b43e375 100644 --- a/training/conf/config.yaml +++ b/training/conf/config.yaml @@ -1,8 +1,14 @@ defaults: - network: vqvae + - criterion: mse + - optimizer: madgrad + - lr_scheduler: one_cycle - model: lit_vqvae - dataset: iam_extended_paragraphs - trainer: default - callbacks: - checkpoint - learning_rate_monitor + +load_checkpoint: null +logging: INFO -- cgit v1.2.3-70-g09d2