from local

This commit is contained in:
dohe0342 2023-01-24 14:05:10 +09:00
parent 1e6fd34ab2
commit 19ee56e57c
3 changed files with 1 additions and 1 deletions

View File

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