from local

This commit is contained in:
dohe0342 2022-12-28 10:36:32 +09:00
parent aa917115b7
commit 211b3b03f0
2 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ class LibriSpeechAsrDataModule:
) )
@lru_cache() @lru_cache()
def train_all_shuf_cuts(self) -> CutSet: def train_all_shuf_cuts(self, option=None) -> CutSet:
logging.info( logging.info(
"About to get the shuffled train-clean-100, \ "About to get the shuffled train-clean-100, \
train-clean-360 and train-other-500 cuts" train-clean-360 and train-other-500 cuts"