Skip to content

allow multiple models to be trained at the same time #14

Description

@maitchison

Currently, checkpoints are saved to both a shared checkpoints folder and a unique log folder. This causes problems if two models train at the same time, as both try to write to the checkpoints folder. This can be solved by making sure all checkpoint information is stored in the log folder rather than a shared 'checkpoints' folder.

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