Skip to content

Model serialization #76

@shuttle1987

Description

@shuttle1987

Currently there's an issue with the time between model creation and model training. Specifically there's a persephone.Model object that gets created with one API call but then we run into an issue with keeping that in memory until the model training API call because the training doesn't have to occur on the same machine (a processing node) that the model definition occurred on. Currently we can't pickle the whole persephone.Model object and send that file because of an internal issue in tensorflow not supporting pickling. However pickling the model isn't necessary when no weights are trained, we essentially have a tensorflow model and some other information, we can serialize these separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions