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
d11ff4406f
commit
2d6589f045
Binary file not shown.
@ -406,6 +406,10 @@ class LibriSpeechAsrDataModule:
|
|||||||
return load_manifest_lazy(
|
return load_manifest_lazy(
|
||||||
self.args.manifest_dir / "librispeech_cuts_train-clean-100_male.jsonl"
|
self.args.manifest_dir / "librispeech_cuts_train-clean-100_male.jsonl"
|
||||||
)
|
)
|
||||||
|
elif option == 'female':
|
||||||
|
return load_manifest_lazy(
|
||||||
|
self.args.manifest_dir / "librispeech_cuts_train-clean-100_female.jsonl"
|
||||||
|
)
|
||||||
|
|
||||||
@lru_cache()
|
@lru_cache()
|
||||||
def train_clean_360_cuts(self) -> CutSet:
|
def train_clean_360_cuts(self) -> CutSet:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user