from local
This commit is contained in:
parent
77968c08f2
commit
2b1c5bee48
Binary file not shown.
@ -547,12 +547,7 @@ class LibriSpeechAsrDataModule:
|
|||||||
@lru_cache()
|
@lru_cache()
|
||||||
def userlibri_cuts(self, option=None) -> CutSet:
|
def userlibri_cuts(self, option=None) -> CutSet:
|
||||||
logging.info("About to get userlibri cuts")
|
logging.info("About to get userlibri cuts")
|
||||||
if option is None:
|
return load_manifest_lazy(
|
||||||
return load_manifest_lazy(
|
self.args.manifest_dir / f"{option}.jsonl"
|
||||||
self.args.manifest_dir / f"librispeech_cuts_dev-clean.jsonl"
|
)
|
||||||
)
|
|
||||||
else:
|
|
||||||
return load_manifest_lazy(
|
|
||||||
self.args.manifest_dir / f"librispeech_cuts_dev-clean_{option}.jsonl"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user