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/foundations of training checkpoints #36

Conversation

SkalskiP
Copy link
Collaborator

@SkalskiP SkalskiP commented Sep 9, 2024

Description

Metrics calculation pipeline improvements

@SkalskiP SkalskiP marked this pull request as ready for review September 9, 2024 22:44
@@ -109,15 +118,15 @@ def train(configuration: TrainingConfiguration) -> None:
processor, model = load_model(
model_id_or_path=best_model_path,
)
if test_loader is not None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: don't we want to run eval on test at the end?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we want it to be a separate evaluate command.

@SkalskiP SkalskiP merged commit 758c72a into feature/foundations_of_training Sep 10, 2024
1 check passed
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