Open jo7ueb opened 6 months ago
@jo7ueb resume_from
is a helper method to resume the training. It is not used by default as we are not resuming a training but start from the beginning.
resume_from is called by generated code, allows to user to resume training from checkpoint.
How would you think it should be called in main.py::run
method ?
Describe the bug
resume_from
function is introduced in #31. But now this function is not called by anybody, makes it not working.Expected result
resume_from
is called by generated code, allows to user to resume training from checkpoint.Reproduction
resume_from
, makes unable to resume from checkpoints.