Comment update.
authorSukriti Ramesh <sukritiramesh@google.com>
Fri, 9 Feb 2018 15:55:46 +0000 (07:55 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 9 Feb 2018 16:00:07 +0000 (08:00 -0800)
PiperOrigin-RevId: 185141668

tensorflow/python/estimator/estimator.py

index 5d36108..7bf838e 100644 (file)
@@ -617,7 +617,6 @@ class Estimator(object):
             sharded=True)
         saver_for_restore.restore(session, checkpoint_path)
 
-        # TODO(b/36111876): replace legacy_init_op with main_op mechanism
         # pylint: disable=protected-access
         local_init_op = (
             estimator_spec.scaffold.local_init_op or