You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jo7uebresume_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.The text was updated successfully, but these errors were encountered: