No skipping steps after loading from checkpoint

The documentation is wrong in this case (it is very old so I’m guessins we forgot to update it). In any case:

  • overwrite_output_dir is only used in the example scripts, not the Trainer class iself, so its value is irrelevant if you are not using an example script
  • when using an example script it needs to be set to False to resume from a checkpoint.