diff --git a/egs/tedlium3/ASR/.prepare.sh.swp b/egs/tedlium3/ASR/.prepare.sh.swp index 85979d7f1..fc87ef698 100644 Binary files a/egs/tedlium3/ASR/.prepare.sh.swp and b/egs/tedlium3/ASR/.prepare.sh.swp differ diff --git a/egs/tedlium3/ASR/local/.compute_fbank_tedlium.py.swp b/egs/tedlium3/ASR/local/.compute_fbank_tedlium.py.swp index 626008dcb..94fd42941 100644 Binary files a/egs/tedlium3/ASR/local/.compute_fbank_tedlium.py.swp and b/egs/tedlium3/ASR/local/.compute_fbank_tedlium.py.swp differ diff --git a/egs/tedlium3/ASR/local/compute_fbank_tedlium.py b/egs/tedlium3/ASR/local/compute_fbank_tedlium.py index 733ebf235..7df18b6e4 100755 --- a/egs/tedlium3/ASR/local/compute_fbank_tedlium.py +++ b/egs/tedlium3/ASR/local/compute_fbank_tedlium.py @@ -88,6 +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}",