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
4fb44c288d
commit
9afbc2cc0b
Binary file not shown.
Binary file not shown.
@ -79,9 +79,10 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None):
|
||||
if data_dir is None:
|
||||
raise NotImplementedError("need data directory")
|
||||
|
||||
directory = data_dir + '/wavs'
|
||||
directory = data_dir
|
||||
|
||||
parts = ['train', 'dev', 'test']
|
||||
#parts = ['train', 'dev', 'test']
|
||||
parts = ['4446']
|
||||
prefix = "LJSpeech"
|
||||
suffix = "jsonl.gz"
|
||||
manifests = read_manifests_if_cached(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user