aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/checkpoint_state.proto
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@gmail.com>2015-11-06 18:37:11 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2015-11-06 18:37:11 -0800
commitcd9e60c1cd8afef6e39b4b73525d64aee33b656b (patch)
treea2b18fc3aab6169b0982bd987725325e68d7bd66 /tensorflow/python/training/checkpoint_state.proto
parentf41959ccb2d9d4c722fe8fc3351401d53bcf4900 (diff)
TensorFlow: Upstream latest changes to Git.
Changes: - Updates to installation instructions. - Updates to documentation. - Minor modifications and tests for word2vec. Base CL: 107284192
Diffstat (limited to 'tensorflow/python/training/checkpoint_state.proto')
-rw-r--r--tensorflow/python/training/checkpoint_state.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/checkpoint_state.proto b/tensorflow/python/training/checkpoint_state.proto
index 1f521341f1..3abcd71955 100644
--- a/tensorflow/python/training/checkpoint_state.proto
+++ b/tensorflow/python/training/checkpoint_state.proto
@@ -5,7 +5,7 @@ package tensorflow;
// Protocol buffer representing the checkpoint state.
//
-// TODO(mdevin): Add other attributes as needed.
+// TODO(touts): Add other attributes as needed.
message CheckpointState {
// Path to the most-recent model checkpoint.
string model_checkpoint_path = 1;