I was trying to find the information in the docs about how the checkpoint is being loaded during model export and continued training, but I haven’t see any information.
I have only seen, that your final model was trained for 75 epochs and that the model has been exported from the step when the validation loss was smallest.
But how is it in default case, is the model exported from checkpoint after the epoch where validation loss was smallest or last checkpoint if we specify --export_dir
for training? And how is the checkpoint selected if we continue training, is then the last checkpoint used?