Skip to content

Commit 4e73ff0

Browse files
authored
docs: fix typo and path error in ASR documentation (#15372)
Signed-off-by: stanley1208 <[email protected]>
1 parent 6ae9344 commit 4e73ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/asr/datasets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ An example using an AIS cluster at ``hostname:port`` with a tarred dataset for t
534534
model.train_ds.manifest_filepath=ais://train_bucket/tarred_audio_manifest.json \
535535
model.train_ds.tarred_audio_filepaths=ais://train_bucket/audio__OP_0..511_CL_.tar \
536536
++model.train_ds.defer_setup=true \
537-
mode.validation_ds.manifest_filepath=ais://validation_bucket/validation_manifest.json \
537+
model.validation_ds.manifest_filepath=ais://validation_bucket/validation_manifest.json \
538538
++model.validation_ds.defer_setup=true
539539
540540

docs/source/asr/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can also transcribe speech via the command line using the following `script
100100

101101
.. code-block:: bash
102102
103-
python <path_to_NeMo>/blob/main/examples/asr/transcribe_speech.py \
103+
python <path_to_NeMo>/examples/asr/transcribe_speech.py \
104104
pretrained_name="stt_en_fastconformer_transducer_large" \
105105
audio_dir=<path_to_audio_dir> # path to dir containing audio files to transcribe
106106

0 commit comments

Comments
 (0)