Skip to content

Commit

Permalink
added comment about changing the decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJoBarthold2 committed Sep 18, 2023
1 parent 5be4e20 commit 4208493
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,9 @@ To run inference on a single audio file, run:
poetry run recognize \
--config_path="PATH_TO_CONFIG_FILE" \
--file_path="PATH_TO_AUDIO_FILE"

##Changing the decoder :
We give you the option of decoding the emissions with a greedy decoder or a CTC decoder that is supported by a KEN-LM

to switch go into the config.yaml and change the constant to the fitting option

0 comments on commit 4208493

Please sign in to comment.