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

Enhancement | Storing best checkpoint #31

Open
deimsdeutsch opened this issue Sep 27, 2019 · 5 comments
Open

Enhancement | Storing best checkpoint #31

deimsdeutsch opened this issue Sep 27, 2019 · 5 comments

Comments

@deimsdeutsch
Copy link

Is there a way to store the best checkpoint among many so if somebody wants to store the best and not necessarily among every 20,000 checkpoints ? This way should be ideal if the dataset is not balanced.

@yangxue0827
Copy link
Member

This is not practical, as a full evaluation will be very time consuming. And after the training is stable, the results are basically the same. @deimsdeutsch

@deimsdeutsch
Copy link
Author

@yangxue0827 Very much practical and has been implemented by many frameworks. Just save the output of checkpoint in a best variable and replace it with the next if it is better. Keep the check for every best interval in the configuration file.

@yangxue0827
Copy link
Member

I mean a full evaluation will be very time consuming.  @deimsdeutsch

@deimsdeutsch
Copy link
Author

Can you look into this and add this as enhancement ?

Thanks.

@yangxue0827
Copy link
Member

I don't have this plan for the time being, you can try it yourself. @deimsdeutsch

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

No branches or pull requests

2 participants