diff --git a/egs/tedlium2/ASR/local/.compute_fbank_tedlium.py.swp b/egs/tedlium2/ASR/local/.compute_fbank_tedlium.py.swp index 34d633715..e8032e903 100644 Binary files a/egs/tedlium2/ASR/local/.compute_fbank_tedlium.py.swp and b/egs/tedlium2/ASR/local/.compute_fbank_tedlium.py.swp differ diff --git a/egs/tedlium2/ASR/local/compute_fbank_tedlium.py b/egs/tedlium2/ASR/local/compute_fbank_tedlium.py index 1568220c2..a15648efe 100755 --- a/egs/tedlium2/ASR/local/compute_fbank_tedlium.py +++ b/egs/tedlium2/ASR/local/compute_fbank_tedlium.py @@ -88,7 +88,8 @@ def compute_fbank_tedlium(): ) cur_num_jobs = num_jobs if ex is None else 80 cur_num_jobs = min(cur_num_jobs, len(cut_set)) - + + print(cur_num_jobs) cut_set = cut_set.compute_and_store_features( extractor=extractor, storage_path=f"{output_dir}/{prefix}_feats_{partition}",