summaryrefslogtreecommitdiff
path: root/training/conf/criterion/label_smoothing.yaml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:41:39 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:41:39 +0200
commitbec4aafe707be8e5763ad6b2194d4589f20594a9 (patch)
tree506517ca6a17241a305114e787d1b899a48a3d86 /training/conf/criterion/label_smoothing.yaml
parent9a8044f4a3826a119416665741b709cd686fca87 (diff)
Rename to criterion
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