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.yaml4
1 files changed, 4 insertions, 0 deletions
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