Set something up so that optimisation/inference can be stopped and restarted #1573
MichaelClerx
started this conversation in
Ideas/Science
Replies: 5 comments
|
#TODO: Have a quick look at https://pythonhosted.org/joblib/ |
0 replies
|
@martinjrobins @ben18785 please add Freya to this ticket if she decides to take it up :-) Rough idea of how to implement it:
|
0 replies
|
@MichaelClerx : points 3 and 4 seem contradictory, what do you mean that copy.deepcopy is not required, its part of the standard library isn't it? |
0 replies
|
Sorry, I meant that the interface shouldn't be written such that implementations require deepcopy. I.E. it should be possible to write a custom implementation instead |
0 replies
|
Via a different route I've hit on https://joblib.readthedocs.io/en/latest/ again :D |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The ask-and-tell interface (#132) takes care of part of this, but it'd also be good to store the internal state of our optimisers/inferers to disk, perhaps using pickling ?
All reactions