from local
This commit is contained in:
parent
6eb9b2c297
commit
492d3831ce
Binary file not shown.
Binary file not shown.
@ -425,6 +425,16 @@ class LibriSpeechAsrDataModule:
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / "librispeech_cuts_train-all-shuf_new.jsonl"
|
||||
)
|
||||
|
||||
@lru_cache()
|
||||
def train_all_shuf_cuts_male(self) -> CutSet:
|
||||
logging.info(
|
||||
"About to get the shuffled train-clean-100, \
|
||||
train-clean-360 and train-other-500 cuts"
|
||||
)
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / "librispeech_cuts_train-all-shuf_new.jsonl"
|
||||
)
|
||||
|
||||
@lru_cache()
|
||||
def dev_clean_cuts(self) -> CutSet:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user