Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sooftware authored Jan 3, 2021
1 parent 51cd706 commit 793cad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 793cad7

Please sign in to comment.