mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

feat: hotstart

Open be-marc opened this issue 8 months ago • 1 comments

Nothing to merge yet but a poc we should discuss. mlr3tuning is ready to use hotstarting efficiently and @sebffischer wants to use hotstarting for torch. This currently only works for pipelines that are deterministic until the hotstart model is reached.

Further thoughts on this. Actually, the task would no longer have to be sent through the pipeline during hotstarting. If you cache the task before the hotstart model, you can simply continue there. However, this would somehow require the task to be cached at this point during the first training.

be-marc avatar Feb 07 '25 09:02 be-marc