GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

Restoring checkpoints and training parameters #173

Open k22jung opened 5 years ago

k22jung commented 5 years ago

Describe the problem

Describe the problem clearly here. Be sure to convey here why it's a bug or a feature request.

I wasn't entirely sure if this was addressed in the code already or not, so I just wanted to clarify a few things. When restoring a checkpoint and training from an epoch index that is non-zero, would the training parameters for the optimizer, including decayed learning rate and tensorflow's global_step also be restored correctly to the appropriate epoch that was left at from the checkpoint?