### 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 1. Generate code (in my case I used vision classification template) 2. Watch around the generated code 3. You'll find nobody callls `resume_from`, makes unable to resume from checkpoints.