Skip to content

Commit

Permalink
Update asr_datamodule.py (#538)
Browse files Browse the repository at this point in the history
minor file names correction
  • Loading branch information
rickychanhoyin authored Aug 19, 2022
1 parent f2f5baf commit cdea2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/timit/ASR/tdnn_lstm_ctc/asr_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def train_dataloaders(self) -> DataLoader:

logging.info("About to get Musan cuts")
cuts_musan = load_manifest(
self.args.feature_dir / "cuts_musan.jsonl.gz"
self.args.feature_dir / "musan_cuts.jsonl.gz"
)

logging.info("About to create train dataset")
Expand Down

0 comments on commit cdea2d2

Please sign in to comment.