diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-11 22:15:26 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-11 22:15:26 +0200 |
commit | 56dc112cfb649217cd624b4ff305e2db83a383b7 (patch) | |
tree | 92555f27313f8bb4650a3d8dfa1c88ac6e1bfbf8 /training/conf/decoder | |
parent | bece39632a83ef3c8c0f49c753cbc6110d2f78b9 (diff) |
Update configs
Diffstat (limited to 'training/conf/decoder')
-rw-r--r-- | training/conf/decoder/greedy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/conf/decoder/greedy.yaml b/training/conf/decoder/greedy.yaml index a88b5a6..44ef53e 100644 --- a/training/conf/decoder/greedy.yaml +++ b/training/conf/decoder/greedy.yaml @@ -1,2 +1,2 @@ -_target_: text_recognizer.model.greedy_decoder.GreedyDecoder +_target_: text_recognizer.decoder.greedy_decoder.GreedyDecoder max_output_len: 682 |