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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -