Fine-tune from mlr3torch Checkpoint
finetune_mlr3torch_checkpoint.RdLoads a checkpoint and trains the learner on a new task, attempting to warm-start when supported by the mlr3torch learner.
Usage
finetune_mlr3torch_checkpoint(learner, task, path, epochs = NULL,
seed = NULL, device = NULL, strict = TRUE)