aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2018-03-12 22:38:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-12 22:42:22 -0700
commitb23a169d1381b7cade185726d35bc7b38230fba4 (patch)
treeef1c835616671763086dcdb1705ccf38b77c1825 /tensorflow/python/debug
parented21fd502316634fe9d139a3ba4d4d1002137e0b (diff)
tfdbg: add reference to the TensorBoard Debugger Plugin in README.md
PiperOrigin-RevId: 188828898
Diffstat (limited to 'tensorflow/python/debug')
-rw-r--r--tensorflow/python/debug/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/python/debug/README.md b/tensorflow/python/debug/README.md
index a2273b050b..269bbb19bd 100644
--- a/tensorflow/python/debug/README.md
+++ b/tensorflow/python/debug/README.md
@@ -37,12 +37,18 @@ models:
* Association of nodes and tensors in graphs with Python source lines
* Profiling of models at the level of graph nodes and Python source lines.
(Omitted internal-only feature)
+* A [gRPC](https://grpc.io/)-based remote debugging protocol, which allows us to
+ build a browser-based graphical user interface (GUI) for TFDBG: the
+ [TensorBoard Debugger Plugin](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/debugger/README.md).
## How to use TFDBG?
* For a walkthrough of TFDBG command-line interface, see https://www.tensorflow.org/programmers_guide/debugger.
+* For information on the web GUI of TFDBG (TensorBoard Debugger Plugin), see
+ [this README](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/debugger/README.md).
* For programmatic use of the API of TFDBG, see https://www.tensorflow.org/api_docs/python/tfdbg.
+
## Related Publications
* Cai, S., Breck E., Nielsen E., Salib M., Sculley D. (2016) TensorFlow Debugger: