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)
|
||||||
|
|||||||
Reference in New Issue
Block a user