from local

This commit is contained in:
dohe0342 2022-12-14 13:55:43 +09:00
parent 0df1c336b2
commit 669053c0d8
2 changed files with 1 additions and 1 deletions

View File

@ -1510,7 +1510,7 @@ def main():
parser = get_parser()
LibriSpeechAsrDataModule.add_arguments(parser)
args = parser.parse_args()
#args.exp_dir = args.exp_dir + str(random.randint(0,400))
args.exp_dir = args.exp_dir + str(random.randint(0,400))
args.exp_dir = Path(args.exp_dir)
logging.info("save arguments to config.yaml...")