From 34524acf44d1810147374964b08bfe036a7ae3ba Mon Sep 17 00:00:00 2001 From: s-mousmita Date: Mon, 25 Jul 2022 07:03:54 -0400 Subject: [PATCH] Removing some run time comment --- .../ASR/local/compute_fbank_fisher_swbd_eval2000.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/egs/fisher_swbd/ASR/local/compute_fbank_fisher_swbd_eval2000.py b/egs/fisher_swbd/ASR/local/compute_fbank_fisher_swbd_eval2000.py index f37cabc49..eb6ff6d83 100755 --- a/egs/fisher_swbd/ASR/local/compute_fbank_fisher_swbd_eval2000.py +++ b/egs/fisher_swbd/ASR/local/compute_fbank_fisher_swbd_eval2000.py @@ -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"