from local

This commit is contained in:
dohe0342 2023-01-24 14:14:18 +09:00
parent 3b596453a6
commit b7f4032ce2
3 changed files with 1 additions and 1 deletions

View File

@ -1576,7 +1576,7 @@ def run_adapter(rank, world_size, args, wb=None):
train_cuts += librispeech.train_clean_360_cuts(option=params.gender)
train_cuts += librispeech.train_other_500_cuts(option=params.gender)
'''
train_cuts = LJSpeechAsrDataModule.train_cuts()
train_cuts = ljspeech.train_cuts()
def remove_short_and_long_utt(c: Cut):
return 1.0 <= c.duration <= 20.0