Fast-forward training?

Is there any clean way to fast forward PTL training to a specific step? What this should do is update the schedulers, loggers etc to the required step without doing any training / validation. One option would be to break from the training / validation step functions until the desired step is reached, but I am not sure if this has any unexpected consequences.