From 2ec8b064f2145bb59be4b3e81e3389de7da3cd23 Mon Sep 17 00:00:00 2001 From: Guanbo Wang Date: Wed, 13 Apr 2022 18:11:15 -0400 Subject: [PATCH] black --- egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py b/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py index 6ce883fab..9dd3c046d 100755 --- a/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py +++ b/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py @@ -80,11 +80,11 @@ def get_parser(): def compute_fbank_gigaspeech_splits(args): num_splits = args.num_splits - output_dir = f"data/fbank/XL_split" + output_dir = "data/fbank/XL_split" output_dir = Path(output_dir) assert output_dir.exists(), f"{output_dir} does not exist!" - num_digits = 8 # num_digits is fixed by lhotse split-lazy + num_digits = 8 # num_digits is fixed by lhotse split-lazy start = args.start stop = args.stop