tkuanlun350 / Tensorflow-SegNet

Implement slightly different caffe-segnet in tensorflow
MIT License
369 stars 164 forks source link

Checkpoint file storing for training #45

Closed yutinghu closed 6 years ago

yutinghu commented 6 years ago

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.?