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
cb571e2313
commit
d184448e70
Binary file not shown.
@ -71,7 +71,7 @@ def get_args():
|
|||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args):
|
def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args: Optional = None):
|
||||||
src_dir = Path("data/manifests")
|
src_dir = Path("data/manifests")
|
||||||
output_dir = Path("data/fbank")
|
output_dir = Path("data/fbank")
|
||||||
num_jobs = min(15, os.cpu_count())
|
num_jobs = min(15, os.cpu_count())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user