Skip to content

Passing checkpoint related arguments from outside Segmentation #333

Description

@hvgazula

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions