from local

This commit is contained in:
dohe0342 2023-03-13 15:10:10 +09:00
parent ef98f1475b
commit 7171ecdd0e
2 changed files with 1 additions and 1 deletions

View File

@ -1472,7 +1472,7 @@ def run(rank, world_size, args, wb=None):
diagnostic.print_diagnostics()
break
if epoch % 10 == 0:
if epoch % 100 == 0:
save_checkpoint(
params=params,
model=model,