To resume training after a crash, one must restore not only the model but all objects and parameters that go into the state of a model.fit(...)
process.
Before I go bother to fork the keras
code to implement a fitting
object includes for example, the training data, I'd like to know what the standard method, if any, is for crash-recovery to resume TensorFlow 2.0 training where it left off.
Or has someone actually filled this obviously gaping hole in the TensorFlow object model?