from local

This commit is contained in:
dohe0342 2022-12-10 13:38:59 +09:00
parent aa25607cbb
commit 91b9cc29a7
3 changed files with 3 additions and 0 deletions

View File

@ -1341,6 +1341,9 @@ def main():
args = parser.parse_args()
args.exp_dir = Path(args.exp_dir)
logging.info("save arguments to config.yaml...")
save_args(args)
world_size = args.world_size
assert world_size >= 1
if world_size > 1:

Binary file not shown.