Hi why the current code only stores checkpoint files of the latest 5000 steps? For example, if the upper limit of total steps is 20000, checkpoint files at steps of 1000, 2000, 3000, 4000,... first showed up and then disappeared as the training process proceeds. Finally we only get checkpoint files at steps of 16000, 17000, 18000, 19000, and 19999. Could we also store the checkpoint files at steps 1000, 2000, 3000, etc.?
Hi why the current code only stores checkpoint files of the latest 5000 steps? For example, if the upper limit of total steps is 20000, checkpoint files at steps of 1000, 2000, 3000, 4000,... first showed up and then disappeared as the training process proceeds. Finally we only get checkpoint files at steps of 16000, 17000, 18000, 19000, and 19999. Could we also store the checkpoint files at steps 1000, 2000, 3000, etc.?