from local
This commit is contained in:
parent
0b458ea932
commit
7063252159
Binary file not shown.
@ -478,6 +478,11 @@ class LibriSpeechAsrDataModule:
|
|||||||
return load_manifest_lazy(
|
return load_manifest_lazy(
|
||||||
self.args.manifest_dir / f"librispeech_cuts_test-clean.jsonl"
|
self.args.manifest_dir / f"librispeech_cuts_test-clean.jsonl"
|
||||||
)
|
)
|
||||||
|
elif option == 'user':
|
||||||
|
return load_manifest_lazy(
|
||||||
|
self.args.manifest_dir / f"librispeech_cuts_test-clean.jsonl"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
@lru_cache()
|
@lru_cache()
|
||||||
def test_other_cuts(self, option=None) -> CutSet:
|
def test_other_cuts(self, option=None) -> CutSet:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user