Removing some run time comment

This commit is contained in:
s-mousmita 2022-07-25 07:03:54 -04:00
parent b8e6d39e9b
commit 34524acf44

View File

@ -47,18 +47,11 @@ def compute_fbank_fisher_swbd_eval2000():
num_jobs = min(25, os.cpu_count())
num_mel_bins = 80
sampling_rate = 8000
dataset_parts = (
"swbd",
)
"""
dataset_parts = (
"eval2000",
"fisher",
"swbd",
)
"""
)
test_dataset=("eval2000",)
manifests = read_manifests_if_cached(
dataset_parts=dataset_parts, output_dir=src_dir, lazy=True, suffix="jsonl"