mattjwarren / django-wganmgr

wavegan model manager and jenkins runner
0 stars 0 forks source link

implement process locking to prevent writes to model when copying #2

Open mattjwarren opened 1 year ago

mattjwarren commented 1 year ago

send SIGSTOP to training process before copying models, and resume afterwards to prevent partial writes affecting model moves on filesystem

mattjwarren commented 1 year ago

use https://stackoverflow.com/questions/15080500/how-can-i-send-a-signal-from-a-python-program