I've noticed that the new Estimator API automatically saves checkpoints during the training and automatically restarts from the last checkpoint when training was interrupted. Unfortunately, it seems it only keeps the last 5 checkpoints.
Do you know how to control the number of checkpoints that are kept during the training?
save_checkpoints_secs
andsave_checkpoints_steps
, perfect! Thank you! – Jiujitsu