From 34098ccbbbf6379c0bd29a987440b8479c743746 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 29 Jul 2021 23:59:52 +0200 Subject: Configs, refactor with attrs, fix attr bug in iam --- training/conf/criterion/label_smoothing.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'training/conf/criterion/label_smoothing.yaml') diff --git a/training/conf/criterion/label_smoothing.yaml b/training/conf/criterion/label_smoothing.yaml index e69de29..ee47c59 100644 --- a/training/conf/criterion/label_smoothing.yaml +++ b/training/conf/criterion/label_smoothing.yaml @@ -0,0 +1,4 @@ +_target_: text_recognizer.criterion.label_smoothing +label_smoothing: 0.1 +vocab_size: 1006 +ignore_index: 1002 -- cgit v1.2.3-70-g09d2