File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments