aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/session_bundle/example/export_half_plus_two.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/session_bundle/example/export_half_plus_two.py')
-rw-r--r--tensorflow/contrib/session_bundle/example/export_half_plus_two.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/session_bundle/example/export_half_plus_two.py b/tensorflow/contrib/session_bundle/example/export_half_plus_two.py
index 08ca47058c..4a56509e59 100644
--- a/tensorflow/contrib/session_bundle/example/export_half_plus_two.py
+++ b/tensorflow/contrib/session_bundle/example/export_half_plus_two.py
@@ -97,7 +97,7 @@ def Export(export_dir, use_checkpoint_v2):
}
# Create two filename assets and corresponding tensors.
- # TODO(b/26254158) Consider adding validation of file existance as well as
+ # TODO(b/26254158) Consider adding validation of file existence as well as
# hashes (e.g. sha1) for consistency.
original_filename1 = tf.constant("hello1.txt")
tf.add_to_collection(tf.GraphKeys.ASSET_FILEPATHS, original_filename1)