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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -