Reloading model with trainer.fit(ckpt_path) and overrides callback

Hi,

I have trained a model with an early-stopping callback. This callback was reached during the initial training of the model. I would like to continue training this model with the trainer.fit(ckpt_path = ckpt_path) command. However, I cannot find how to override the model’s callback so that the training continues. Any idea how to achieve this?

Thanks in advance