aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
Commit message (Expand)AuthorAge
* Allow starting a grpc debug server without blocking.Gravatar Tim Harley2017-08-24
* tfdbg: fix bug wherein --.*_filter doesn't work with -f for command 'run'Gravatar Shanqing Cai2017-08-22
* tfdbg CLI: fix issue of two columns having no space in betweenGravatar Shanqing Cai2017-08-21
* tfdbg: make BaseDebugWrapperSession subtypes work on MonitoredSessionGravatar Shanqing Cai2017-08-17
* BUILD cleanup in tensorflow/python/...Gravatar A. Unique TensorFlower2017-08-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* tfdbg: extend grpc_debug_server protocol for interactive debuggingGravatar Shanqing Cai2017-08-11
* Make plugin_data an optional field of SummaryMetadataGravatar A. Unique TensorFlower2017-08-08
* tfdbg: fix a bug in string representation of SparseTensorsGravatar Shanqing Cai2017-08-07
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* BUILD cleanupGravatar A. Unique TensorFlower2017-08-05
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* tfdbg CLI: add eval of arbitrary Python / np expressionsGravatar Shanqing Cai2017-08-03
* Remove NotImplementedError from constructor of EventListenerBaseStreamHandlerGravatar Shanqing Cai2017-08-02
* Merge changes from github.Gravatar Benoit Steiner2017-08-01
* Disable constant folding for session debug tests.Gravatar Yao Zhang2017-07-28
* tfdbg: clean up SessionRunHook codeGravatar Shanqing Cai2017-07-28
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* tfdbg: remove gen_debug_opsGravatar Shanqing Cai2017-07-24
* Add test tag oss_serial and support by run_pip_tests.sh and pip.shGravatar Shanqing Cai2017-07-22
* Fix various mac flakes.Gravatar Jonathan Hseu2017-07-21
* Disable session_debug_grpc_test in OSSGravatar Shanqing Cai2017-07-21
* tfdbg: allow CLI to display feed valuesGravatar Shanqing Cai2017-07-20
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* tfdbg: open-source C++ and Python libraries of gRPC debugger modeGravatar Shanqing Cai2017-07-19
* Add GradientsDebugger to tfdbgGravatar Shanqing Cai2017-07-13
* tfdbg CLI: add text summary of numeric valuesGravatar Shanqing Cai2017-07-09
* Allow callables from Session.make_callable() to take RunOptions and RunMetadataGravatar Shanqing Cai2017-07-05
* tfdbg: send large Tensor Event protos through gRPC stream in chunksGravatar Shanqing Cai2017-07-05
* Disable graph rewrites in tests that assert a given graph structure (round 2)...Gravatar Benoit Steiner2017-07-05
* tfdbg CLI: replace accordion pattern in the print_source output with INIT_SCR...Gravatar Shanqing Cai2017-06-30
* Disable graph rewrites in tests that assert a given graph structure. This wil...Gravatar Benoit Steiner2017-06-30
* tfdbg: Fix wrong URL in README.mdGravatar Shanqing Cai2017-06-29
* Minor changes to tfdbg docs.Gravatar Mark Daoust2017-06-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* tfdbg example: fix --tensor_size issue in debug_fibonacciGravatar Shanqing Cai2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* tfdbg: a few minor fixes and improvementsGravatar Shanqing Cai2017-06-23
* Export load_tensor_from_event.Gravatar Tim Harley2017-06-20
* tfdbg: prevent curses UI from crashing during rapid resizingGravatar Shanqing Cai2017-06-16
* tfdbg: use gfile.Glob in DebugDumpDirGravatar Shanqing Cai2017-06-15
* tfdbg: fix race condition in picking graph file namesGravatar Shanqing Cai2017-06-15
* tfdbg: let DebugDumpDir.nodes() accept None device_name even when there are m...Gravatar Shanqing Cai2017-06-13
* tfdbg: add ability to find a path between two nodesGravatar Shanqing Cai2017-06-12
* tfdbg: reduce test code boilerplate and clean up exceptionsGravatar Shanqing Cai2017-06-10
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unnecessary pylint disableGravatar Shanqing Cai2017-06-08
* tfdbg: dump debug data from different devices in separate directoriesGravatar Shanqing Cai2017-06-05
* tfdbg: add runtime shape and dtype info to DebugNumericSummaryGravatar Shanqing Cai2017-05-26