Open
Description
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
- Generate code (in my case I used vision classification template)
- Watch around the generated code
- You'll find nobody callls
resume_from
, makes unable to resume from checkpoints.
Metadata
Metadata
Assignees
Labels
No labels