Skip to content

Commit

Permalink
Increase checkpoint frequency from 1000 to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
msosav committed Jan 11, 2025
1 parent 99031ab commit aadfc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

callback = CheckpointAndLoggingCallback(
check_freq=1000, save_path=config["checkpoint_dir"]
check_freq=5000, save_path=config["checkpoint_dir"]
)

env = PreprocessEnv(config)
Expand Down

0 comments on commit aadfc04

Please sign in to comment.