mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
update
This commit is contained in:
parent
e955dd7af6
commit
8e560e9880
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user