diff options
Diffstat (limited to 'training/conf')
-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 |