summaryrefslogtreecommitdiff
path: root/training
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-04 22:10:26 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-04 22:10:26 +0200
commit1a0b6d032c1b7e5cffffed750385854fbf5b239c (patch)
tree1aae99f1213fa5d22a75d071674622304d3582a0 /training
parent46c65a2e84910e42775012b3dab8aae0d63d4f45 (diff)
Add greedy decoder config
Diffstat (limited to 'training')
-rw-r--r--training/conf/decoder/greedy.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/training/conf/decoder/greedy.yaml b/training/conf/decoder/greedy.yaml
new file mode 100644
index 0000000..1d1a131
--- /dev/null
+++ b/training/conf/decoder/greedy.yaml
@@ -0,0 +1,2 @@
+_target_: text_recognizer.models.greedy_decoder.GreedyDecoder
+max_output_len: 682