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

Passing checkpoint related arguments from outside Segmentation #333

Open
hvgazula opened this issue May 11, 2024 · 0 comments
Open

Passing checkpoint related arguments from outside Segmentation #333

hvgazula opened this issue May 11, 2024 · 0 comments

Comments

@hvgazula
Copy link
Contributor

self.checkpoint_tracker = CheckpointTracker(self, checkpoint_filepath)

What would you like changed/added and why?

  • Similar to model_args, I'd like to see checkpoint_args passed from outside.

What would be the benefit?

  • For example, if I want to save the best model, I prefer setting save_best_only=True. Currently, there is no option to do so unless manually added.

Does the change make something easier to use?

  • Enables extended capabilities of CheckpointTracker because it extends ModelCheckPoint
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