Skip to content

Commit

Permalink
Fix misleading file extension in Testing/Inference example
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair-Young committed Jan 25, 2018
1 parent 583a146 commit 1f4f86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@ To also note, there is no final softmax layer on the model as when trained, warp
To evaluate a trained model on a test set (has to be in the same format as the training set):

```
python test.py --model-path models/deepspeech.pth.tar --test-manifest /path/to/test_manifest.csv --cuda
python test.py --model-path models/deepspeech.pth --test-manifest /path/to/test_manifest.csv --cuda
```

An example script to output a transcription has been provided:

```
python transcribe.py --model-path models/deepspeech.pth.tar --audio-path /path/to/audio.wav
python transcribe.py --model-path models/deepspeech.pth --audio-path /path/to/audio.wav
```

### Alternate Decoders
Expand Down

0 comments on commit 1f4f86d

Please sign in to comment.