Skip to content

Commit

Permalink
fix typo in asr evaluator readme (#6053)
Browse files Browse the repository at this point in the history
Signed-off-by: fayejf <[email protected]>
  • Loading branch information
fayejf committed Feb 17, 2023
1 parent d0119f5 commit cede377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/asr_evaluator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Run
```
python asr_evaluator.py \
engine.pretrained_name="stt_en_conformer_transducer_large" \
engine.inference_mode.mode="offline" \
engine.inference.mode="offline" \
engine.test_ds.augmentor.noise.manifest_path=<manifest file for noise data>
```
```

0 comments on commit cede377

Please sign in to comment.