This commit is contained in:
Yifan Yang 2023-07-24 16:04:57 +08:00
parent e955dd7af6
commit 8e560e9880

View File

@ -113,9 +113,7 @@ def compute_fbank_bengaliai_speech_splits(args):
logging.info(f"{cuts_path} exists - skipping") logging.info(f"{cuts_path} exists - skipping")
continue continue
raw_cuts_path = ( raw_cuts_path = output_dir / f"bengaliai_speech_cuts_train_raw.{idx}.jsonl.gz"
output_dir / f"bengaliai_speech_cuts_train_raw.{idx}.jsonl.gz"
)
logging.info(f"Loading {raw_cuts_path}") logging.info(f"Loading {raw_cuts_path}")
cut_set = CutSet.from_file(raw_cuts_path) cut_set = CutSet.from_file(raw_cuts_path)