From 793cad7d7770dcee95606cf9c4385f17b550545b Mon Sep 17 00:00:00 2001 From: Soohwan Kim Date: Sun, 3 Jan 2021 19:56:10 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6179f110..ffc9f420 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ python ./bin/main.py train.dataset_path=$DATASET_PATH model=transformer ### Evaluate for KsponSpeech ``` -python .bin/eval.py dataset_path=$DATASET_PATH transcripts_path=$TRANSCRIPTS_PATH model_path=$MODEL_PATH +python ./bin/eval.py dataset_path=$DATASET_PATH transcripts_path=$TRANSCRIPTS_PATH model_path=$MODEL_PATH ``` Now you have a model which you can use to predict on new data. We do this by running `greedy search` or `beam search`.