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`.