Skip to content

Commit c20409d

Browse files
committed
script for saving audio augmented by Lhotse samplers/dataloaders: fix typo
1 parent 5231866 commit c20409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/audio/save_augmented.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from nemo.collections.common.data.lhotse.dataloader import LhotseDataLoadingConfig, get_lhotse_dataloader_from_config
2828

2929
"""
30-
The purpose of this script is to save online-aumented data as provided by NeMo Lhotse dataloader.
30+
The purpose of this script is to save online-augmented data as provided by NeMo Lhotse dataloader.
3131
The script piggybacks on a train_ds section of an existing model configuration file.
3232
3333
Intended use cases are: 1) preparing a validation set, 2) debugging.

0 commit comments

Comments
 (0)