- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Closed
Milestone
Description
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
Labels
No labels