Skip to content

Commit

Permalink
Update README.md: output_path --> output_manifest_filepath (#7442)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuele Cornell <[email protected]>
  • Loading branch information
popcornell authored and yaoyu-33 committed Sep 18, 2023
1 parent 429932a commit e6ba5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/speech_data_simulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ python scripts/dataset_processing/get_librispeech_data.py \
python <NeMo base path>/scripts/speaker_tasks/create_alignment_manifest.py \
--input_manifest_filepath <Path to train_clean_100.json manifest file> \
--base_alignment_path <Path to LibriSpeech_Alignments directory> \
--output_path train-clean-100-align.json \
--output_manifest_filepath train-clean-100-align.json \
--ctm_output_directory ./ctm_out \
--libri_dataset_split train-clean-100
```
Expand Down

0 comments on commit e6ba5f0

Please sign in to comment.