from local

This commit is contained in:
dohe0342 2023-02-16 17:39:09 +09:00
parent 4dc8a8c949
commit 6be73866c3
2 changed files with 2 additions and 1 deletions

View File

@ -1196,7 +1196,8 @@ def scan_pessimistic_batches_for_oom(
def main():
parser = get_parser()
TedLiumAsrDataModule.add_arguments(parser)
#TedLiumAsrDataModule.add_arguments(parser)
LibriSpeechAsrDataModule.add_arguments(parser)
args = parser.parse_args()
args.exp_dir = Path(args.exp_dir)