diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-21 21:30:51 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-21 21:30:51 +0100 |
commit | de6ecf8ff1c4cd4dfb1a820417e3872cd178c7fd (patch) | |
tree | 9cc09ec5479aec37b92ade669ee01a0622487b5a /training/conf/criterion | |
parent | 61398b45ed6e2501036d4f3e4115a825035b0f91 (diff) |
Remove label smoothing config
Diffstat (limited to 'training/conf/criterion')
-rw-r--r-- | training/conf/criterion/label_smoothing.yaml | 3 |
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 |