diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-04 22:10:26 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-04 22:10:26 +0200 |
commit | 1a0b6d032c1b7e5cffffed750385854fbf5b239c (patch) | |
tree | 1aae99f1213fa5d22a75d071674622304d3582a0 /training/conf/decoder/greedy.yaml | |
parent | 46c65a2e84910e42775012b3dab8aae0d63d4f45 (diff) |
Add greedy decoder config
Diffstat (limited to 'training/conf/decoder/greedy.yaml')
-rw-r--r-- | training/conf/decoder/greedy.yaml | 2 |
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 |