from local

This commit is contained in:
dohe0342 2022-12-28 10:39:45 +09:00
parent b231b2249d
commit 2494a4cbb1
2 changed files with 1 additions and 1 deletions

View File

@ -451,5 +451,5 @@ class LibriSpeechAsrDataModule:
def test_other_cuts(self, option='new') -> CutSet: def test_other_cuts(self, option='new') -> CutSet:
logging.info("About to get test-other cuts") logging.info("About to get test-other cuts")
return load_manifest_lazy( return load_manifest_lazy(
self.args.manifest_dir / "librispeech_cuts_test-other_new.jsonl" self.args.manifest_dir / f"librispeech_cuts_test-other_{option}.jsonl"
) )