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/save_model_each_k_epochs #2145

Closed
troeshust opened this issue Mar 10, 2021 · 1 comment
Closed

enhancement/save_model_each_k_epochs #2145

troeshust opened this issue Mar 10, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@troeshust
Copy link
Contributor

I use an external custom script to check the model quality and compute the metrics. In order to monitor overfitting and to perform an early stopping, I need to run this script not only on the final best-model, but also on the models resulting from the intermediate epochs. There is already a save_model_at_each_epoch parameter (this line) in the Flair, but due to the large size of the model, there is not enough disc space to save each epoch.
It would be nice to enhance this parameter and add the ability to save the model every k-th epoch.

@troeshust troeshust changed the title enhancement/save_best_model_each_k_epochs enhancement/save_model_each_k_epochs Mar 10, 2021
troeshust added a commit to troeshust/flair that referenced this issue Mar 10, 2021
alanakbik added a commit that referenced this issue Mar 13, 2021
…_k_epochs

GH-2145: Added new param to save model each k epochs
@stale
Copy link

stale bot commented Jul 8, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jul 8, 2021
@stale stale bot closed this as completed Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant