diff options
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 |