Skip to content

Feature request: resume training without overwriting model dir #162

Open
@cdleong

Description

@cdleong

Currently it does not seem to be possible to resume a previous training where it left off, if there's already a model directory.

If overwrite is set to False,

def make_model_dir(model_dir: str, overwrite=False) -> str:
will simply error out.

If overwrite is set to True, it will wipe out the existing mdoel directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions