mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-15 20:22:42 +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_jobs = min(25, os.cpu_count())
|
||||||
num_mel_bins = 80
|
num_mel_bins = 80
|
||||||
sampling_rate = 8000
|
sampling_rate = 8000
|
||||||
dataset_parts = (
|
|
||||||
"swbd",
|
|
||||||
)
|
|
||||||
|
|
||||||
"""
|
|
||||||
dataset_parts = (
|
dataset_parts = (
|
||||||
"eval2000",
|
"eval2000",
|
||||||
"fisher",
|
"fisher",
|
||||||
"swbd",
|
"swbd",
|
||||||
)
|
)
|
||||||
"""
|
|
||||||
|
|
||||||
test_dataset=("eval2000",)
|
test_dataset=("eval2000",)
|
||||||
manifests = read_manifests_if_cached(
|
manifests = read_manifests_if_cached(
|
||||||
dataset_parts=dataset_parts, output_dir=src_dir, lazy=True, suffix="jsonl"
|
dataset_parts=dataset_parts, output_dir=src_dir, lazy=True, suffix="jsonl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user