aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tools/import_pb_to_tensorboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/tools/import_pb_to_tensorboard.py')
-rw-r--r--tensorflow/python/tools/import_pb_to_tensorboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/tools/import_pb_to_tensorboard.py b/tensorflow/python/tools/import_pb_to_tensorboard.py
index caeb04a24b..2bb055e978 100644
--- a/tensorflow/python/tools/import_pb_to_tensorboard.py
+++ b/tensorflow/python/tools/import_pb_to_tensorboard.py
@@ -31,7 +31,7 @@ def import_to_tensorboard(model_dir, log_dir):
Args:
model_dir: The location of the protobuf (`pb`) model to visualize
- log_dir: The location for the Tensorboard log to begin visualisation from.
+ log_dir: The location for the Tensorboard log to begin visualization from.
Usage:
Call this function with your model location and desired log directory.