summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-21 21:30:51 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-21 21:30:51 +0100
commitde6ecf8ff1c4cd4dfb1a820417e3872cd178c7fd (patch)
tree9cc09ec5479aec37b92ade669ee01a0622487b5a
parent61398b45ed6e2501036d4f3e4115a825035b0f91 (diff)
Remove label smoothing config
-rw-r--r--training/conf/criterion/label_smoothing.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/training/conf/criterion/label_smoothing.yaml b/training/conf/criterion/label_smoothing.yaml
deleted file mode 100644
index d7f2742..0000000
--- a/training/conf/criterion/label_smoothing.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-_target_: text_recognizer.criterion.label_smoothing.LabelSmoothingLoss
-smoothing: 0.1
-ignore_index: 1000