from local

This commit is contained in:
dohe0342 2023-06-09 16:46:20 +09:00
parent ca85302fa0
commit 323e49b42e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1659,7 +1659,7 @@ def scan_pessimistic_batches_for_oom(
def main():
parser = get_parser()
LibriSpeechAsrDataModule.add_arguments(parser)
TedliumAsrDataModule.add_arguments(parser)
args = parser.parse_args()
if args.wandb: args.exp_dir = args.exp_dir + str(random.randint(0,400))
args.exp_dir = Path(args.exp_dir)