from local

This commit is contained in:
dohe0342 2023-01-04 03:20:34 +09:00
parent 4dc8108e9e
commit ea4fc1baa0
2 changed files with 1 additions and 2 deletions

View File

@ -772,7 +772,6 @@ def main():
args.return_cuts = True
librispeech = LibriSpeechAsrDataModule(args)
'''
test_clean_cuts = librispeech.test_clean_cuts(option='male')
test_other_cuts = librispeech.test_other_cuts(option='male')
@ -826,7 +825,7 @@ def main():
test_set_name=test_set,
results_dict=results_dict,
)
'''
logging.info("Done!")