fix overwrite

This commit is contained in:
Yuekai Zhang 2024-01-23 17:27:37 +08:00
parent fd77c5758c
commit e46e9b77ee

View File

@ -171,7 +171,6 @@ def compute_fbank_wenetspeech_splits(args):
num_jobs=args.num_workers,
executor=extractor,
storage_type=LilcomChunkyWriter,
overwrite=True,
)
logging.info(f"Saving to {cuts_path}")
cut_set.to_file(cuts_path)