from local

This commit is contained in:
dohe0342 2022-12-13 11:32:05 +09:00
parent a848d20e4b
commit 0963ab288d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1508,7 +1508,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...")