mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
beca1f34b3
commit
c271f81679
Binary file not shown.
@ -44,6 +44,7 @@ def compute_fbank_tedlium():
|
||||
src_dir = Path("data/manifests")
|
||||
output_dir = Path("data/fbank")
|
||||
num_jobs = min(15, os.cpu_count())
|
||||
print(num_jobs)
|
||||
num_mel_bins = 80
|
||||
|
||||
dataset_parts = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user