from local

This commit is contained in:
dohe0342 2023-02-14 00:44:28 +09:00
parent 02f53f5073
commit 4d251c1aa2
2 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class TedAsrDataModule:
@lru_cache()
def train_cuts(self) -> CutSet:
logging.info("About to get train-clean-100 cuts")
logging.info("About to get train cuts")
return load_manifest_lazy(
self.args.manifest_dir / "librispeech_cuts_train-clean-100.jsonl.gz"
)