mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
fix overwrite
This commit is contained in:
parent
fd77c5758c
commit
e46e9b77ee
@ -171,7 +171,6 @@ def compute_fbank_wenetspeech_splits(args):
|
|||||||
num_jobs=args.num_workers,
|
num_jobs=args.num_workers,
|
||||||
executor=extractor,
|
executor=extractor,
|
||||||
storage_type=LilcomChunkyWriter,
|
storage_type=LilcomChunkyWriter,
|
||||||
overwrite=True,
|
|
||||||
)
|
)
|
||||||
logging.info(f"Saving to {cuts_path}")
|
logging.info(f"Saving to {cuts_path}")
|
||||||
cut_set.to_file(cuts_path)
|
cut_set.to_file(cuts_path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user