diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-11 22:12:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-11 22:12:39 +0200 |
commit | de33b8759c908c1495594a7d656d3c9f1b932b34 (patch) | |
tree | afcec1a5f69213b8a9da93f757bd4079fddbf38a /training/conf/config.yaml | |
parent | f371640ec96131c49517d08884618cee9f2f8e6b (diff) |
Refactor base config to hydra 1.1
Diffstat (limited to 'training/conf/config.yaml')
-rw-r--r-- | training/conf/config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/training/conf/config.yaml b/training/conf/config.yaml index a58891b..e783efd 100644 --- a/training/conf/config.yaml +++ b/training/conf/config.yaml @@ -1,7 +1,8 @@ # @package _global_ defaults: - - callbacks: htr + - _self_ + - callbacks: default - criterion: label_smoothing - datamodule: iam_extended_paragraphs - hydra: default |