Pl result and callbacks

Hi,

When using pl.ValResult, with early_stop_on and checkpoint_on specified, do we still need to use ModelCheckpoint and EarlyStopping callbacks, and if not, how do we specify save_top_k in the PL Result?

Thanks!

Yeah, ModelCheckpoint and EarlyStopping callbacks are still required. checkpoint_on and early_stop_on just send the value to check callbacks.