aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoJoBarthold22023-09-18 15:12:37 +0200
committerJoJoBarthold22023-09-18 15:12:37 +0200
commit42084937b5572ff0b0c9751c1c442ba7331a0aaa (patch)
tree44065e3e1e8ded4ad213465c8e0b14de7796e571
parent5be4e204cb908f981a884e99fa83dffa7e12b3a9 (diff)
added comment about changing the decoder
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 5b23a12..100453d 100644
--- a/readme.md
+++ b/readme.md
@@ -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