Public Python API of TensorFlow Debugger (tfdbg).
These functions help you modify RunOptions
to specify which Tensor
s are to be watched when the TensorFlow graph is executed at runtime.
These classes allow you to load and inspect tensor values dumped from TensorFlow graphs during runtime.
Built-in tensor-filter predicates to support conditional breakpoint between runs. See DebugDumpDir.find()
for more details.
These classes allow you to
Session
objects to debug plain TensorFlow models (see DumpingDebugWrapperSession
and LocalCLIDebugWrapperSession
), orgenerate SessionRunHook
objects to debug tf.contrib.learn
models (see DumpingDebugHook
and LocalCLIDebugHook
).
tfdbg.DumpingDebugWrapperSession
tfdbg.LocalCLIDebugHook
tfdbg.LocalCLIDebugWrapperSession
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_guides/python/tfdbg