From 75801019981492eedf9280cb352eea3d8e99b65f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 2 Aug 2021 21:13:48 +0200 Subject: Fix log import, fix mapping in datamodules, fix nn modules can be hashed --- training/conf/criterion/label_smoothing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ee47c59..13daba8 100644 --- a/training/conf/criterion/label_smoothing.yaml +++ b/training/conf/criterion/label_smoothing.yaml @@ -1,4 +1,4 @@ -_target_: text_recognizer.criterion.label_smoothing +_target_: text_recognizer.criterion.label_smoothing.LabelSmoothingLoss label_smoothing: 0.1 vocab_size: 1006 ignore_index: 1002 -- cgit v1.2.3-70-g09d2