mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-14 04:22:21 +00:00
Removing some run time comment
This commit is contained in:
parent
b8e6d39e9b
commit
34524acf44
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user