from local

This commit is contained in:
dohe0342 2023-03-14 15:13:10 +09:00
parent ac2f7118c9
commit 4ace943600
2 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ def main():
def remove_short_and_long_utt(c: Cut):
return 1.0 <= c.duration <= 20.0
train_cuts = train_cuts.filter(remove_short_and_long_utt)
train_cuts = test_clean_cuts.filter(remove_short_and_long_utt)
#test_clean_cuts = librispeech.test_clean_user(option=option)
#test_other_cuts = librispeech.test_other_user(option=option)
#test_clean_dl = librispeech.train_dataloaders(test_clean_cuts)