Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possibility of using a minimum amount of time before saving optimisation #460

Merged
merged 2 commits into from
May 11, 2023

Conversation

AurelienJaquier
Copy link
Collaborator

We already have the cp_frequency that allows us to skip a given number of generations when saving the checkpoint.
For the case where we don't know beforehand how much time does a generation take, and we don't want to register all the generations if they are computed fast, we can use this new option.

Is not used by default

@AurelienJaquier AurelienJaquier self-assigned this May 10, 2023
@AurelienJaquier AurelienJaquier requested a review from DrTaDa May 10, 2023 14:19
@DrTaDa
Copy link
Contributor

DrTaDa commented May 11, 2023

The goal is to reduce the I/O when the evaluation is fast ?

@AurelienJaquier
Copy link
Collaborator Author

The goal is to reduce the I/O when the evaluation is fast ?

Yes

@AurelienJaquier AurelienJaquier merged commit ecc92f1 into master May 11, 2023
@AurelienJaquier AurelienJaquier deleted the save-frequency branch May 11, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants