From 282491429ab87d12ed0aa45f4512c26e04e1bfae Mon Sep 17 00:00:00 2001 From: Yifan Yang Date: Tue, 30 May 2023 21:25:01 +0800 Subject: [PATCH] update --- .../ASR/local/compute_fbank_peoples_speech_splits.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/egs/peoples_speech/ASR/local/compute_fbank_peoples_speech_splits.py b/egs/peoples_speech/ASR/local/compute_fbank_peoples_speech_splits.py index 7268f794a..7e8f166a6 100755 --- a/egs/peoples_speech/ASR/local/compute_fbank_peoples_speech_splits.py +++ b/egs/peoples_speech/ASR/local/compute_fbank_peoples_speech_splits.py @@ -115,7 +115,9 @@ def compute_fbank_commonvoice_splits(args): logging.info(f"{cuts_path} exists - skipping") continue - raw_cuts_path = output_dir / f"peoples_speech_cuts_{partition}_raw.{idx}.jsonl.gz" + raw_cuts_path = ( + output_dir / f"peoples_speech_cuts_{partition}_raw.{idx}.jsonl.gz" + ) logging.info(f"Loading {raw_cuts_path}") cut_set = CutSet.from_file(raw_cuts_path)