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

Feature request: Save Best Model During Tuning #390

Open
LucasDedieu opened this issue Mar 20, 2025 · 0 comments
Open

Feature request: Save Best Model During Tuning #390

LucasDedieu opened this issue Mar 20, 2025 · 0 comments
Assignees

Comments

@LucasDedieu
Copy link
Collaborator

LucasDedieu commented Mar 20, 2025

Description

To avoid unnecessary retraining with the same configuration, the tuning script should save the best-performing model during the tuning process, particularly when no additional training steps are required.

Implementation

  1. After each trial t:

    • If model_t performs better than best_model_so_far:
      • Update best_model_so_far = model_t
  2. At the end of tuning:

    • Save best_model_so_far
@LucasDedieu LucasDedieu self-assigned this Mar 20, 2025
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

1 participant