The training session of a Tensorflow estimator with train and evaluate trainspec gets occasionally killed.
I would like to resume the training session upon reading the output "Killed" (generated by tf.logging.INFO). Ideally by executing the python script again and again. Is there a short way to accomplish this?