mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
decrease cpu
This commit is contained in:
parent
f893ae200c
commit
5a62723f19
@ -65,7 +65,7 @@ def get_parser():
|
||||
def compute_fbank_magicdata(num_mel_bins: int = 80, speed_perturb: bool = False, whisper_fbank: bool = False):
|
||||
src_dir = Path("data/manifests/magicdata")
|
||||
output_dir = Path("data/fbank")
|
||||
num_jobs = min(30, os.cpu_count())
|
||||
num_jobs = min(8, os.cpu_count())
|
||||
|
||||
dataset_parts = ("train", "test", "dev")
|
||||
prefix = "magicdata"
|
||||
|
Loading…
x
Reference in New Issue
Block a user