Skip to content

Enhance functionality that persist our models #8

@dmtrs

Description

@dmtrs

Currently the algorithm for persisting our model to cloud storage is naive. Enhance functionality that persist as follows:

  • We should persist every model on local storage
  • Upon update interval we should:
    • find the "best" model, where best mean: min( ( loss + validation loss ) / 2 for each model )
    • upload the best model
    • clean up existing models

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions