diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-08-25 23:19:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-08-25 23:19:39 +0200 |
commit | 6968572c1a21394b88a29f675b17b9698784a898 (patch) | |
tree | d89d1c5c2ec331d38dcb5b6a2dbbd72c9e355b8a /training/conf/decoder/greedy.yaml | |
parent | 49ca6ade1a19f7f9c702171537fe4be0dfcda66d (diff) |
Update training stuff
Diffstat (limited to 'training/conf/decoder/greedy.yaml')
-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 1d1a131..a88b5a6 100644 --- a/training/conf/decoder/greedy.yaml +++ b/training/conf/decoder/greedy.yaml @@ -1,2 +1,2 @@ -_target_: text_recognizer.models.greedy_decoder.GreedyDecoder +_target_: text_recognizer.model.greedy_decoder.GreedyDecoder max_output_len: 682 |