diff options
author | JoJoBarthold2 | 2023-09-18 15:12:37 +0200 |
---|---|---|
committer | JoJoBarthold2 | 2023-09-18 15:12:37 +0200 |
commit | 42084937b5572ff0b0c9751c1c442ba7331a0aaa (patch) | |
tree | 44065e3e1e8ded4ad213465c8e0b14de7796e571 | |
parent | 5be4e204cb908f981a884e99fa83dffa7e12b3a9 (diff) |
added comment about changing the decoder
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |