summaryrefslogtreecommitdiff
path: root/training/conf/criterion/label_smoothing.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'training/conf/criterion/label_smoothing.yaml')
-rw-r--r--training/conf/criterion/label_smoothing.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/training/conf/criterion/label_smoothing.yaml b/training/conf/criterion/label_smoothing.yaml
index 45190e5..d7f2742 100644
--- a/training/conf/criterion/label_smoothing.yaml
+++ b/training/conf/criterion/label_smoothing.yaml
@@ -1,3 +1,3 @@
-_target_: text_recognizer.criterions.label_smoothing.LabelSmoothingLoss
+_target_: text_recognizer.criterion.label_smoothing.LabelSmoothingLoss
smoothing: 0.1
ignore_index: 1000