Save execution state of a python script using pickle -
i have python script running on laptop , have suspended. possible use pickle save state of execution can make changes script , resume execution using same variables , same spot last suspended execution? ideas on how accomplish this?
edit: running recurrent neural network , save state of weight matrices , word vectors in middle of execution. changes code trivial: example, changes print statements.
Comments
Post a Comment