aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
Commit message (Expand)AuthorAge
...
* tfdbg CLI: fix click-triggered command with existing text in textboxGravatar Shanqing Cai2017-02-21
* Swap NaN count from index 7 to 2 within DebugNumericSummary ops.Gravatar A. Unique TensorFlower2017-02-17
* tfdbg: let BaseDebugWrapperSession support graph_def and as_default()Gravatar Shanqing Cai2017-02-17
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* tfdbg bug fix: avoid hanging while watching Enter and NextIteration ops in wh...Gravatar Shanqing Cai2017-02-14
* tfdbg: adjust file paths after Python API seal to avoid import problemsGravatar Shanqing Cai2017-02-14
* Module docstring updates.Gravatar A. Unique TensorFlower2017-02-13
* Add tf_debug docs. Seal debugger API.Gravatar Martin Wicke2017-02-13
* This replaces the use of eval with an explicit slice object.Gravatar A. Unique TensorFlower2017-02-10
* tfdbg core: add core metadata to debugger data stream + better support of con...Gravatar Shanqing Cai2017-02-08
* tfdbg curses CLI: add mouse-triggered screen scrollingGravatar Shanqing Cai2017-02-07
* tfdbg: fix CommandHistory test sandboxing issueGravatar Shanqing Cai2017-02-07
* tfdbg CLI: Make CursesUI command history persist across sessionsGravatar Shanqing Cai2017-02-06
* tfdbg stepper: display last updated variablesGravatar Shanqing Cai2017-02-06
* tfdbg: stepper: use dumped intermediate tensors during cont() callsGravatar Shanqing Cai2017-02-04
* Initial refactor for RichTextLinesGravatar A. Unique TensorFlower2017-02-03
* tfdbg CLI: fix a bug RichTextLines.prepend that caused font_attr_segs to be NoneGravatar Shanqing Cai2017-02-01
* Adding support for 'b' in mode for FileIO.Gravatar Rohan Jain2017-01-25
* tfdbg: handle tensors of non-mem-copyable data types (e.g., DT_RESOURCE) prop...Gravatar Shanqing Cai2017-01-24
* tfdbg: fix a bug in run_info command handler + some cleanupGravatar Shanqing Cai2017-01-20
* tfdbg: minor change to debug_fibonacci exampleGravatar Shanqing Cai2017-01-20
* tfdbg: add sh_test for examples & add add_tensor_filter to LocalCLIDebugHookGravatar Shanqing Cai2017-01-18
* Merge changes from github.Gravatar Patrick Nguyen2017-01-17
* tfdbg: Add GrpcDebugWrapperSessionGravatar Shanqing Cai2017-01-16
* tfdbg: add Session.sess_str check to Session wrapper base classGravatar Shanqing Cai2017-01-13
* tfdbg: add DumpingDebugWrapperSessionGravatar Shanqing Cai2017-01-12
* tfdbg: add tab completion to ReadlineUIGravatar Shanqing Cai2017-01-10
* tfdbg-tflearn integration: add dedicated doc + a kwarg renamingGravatar Shanqing Cai2017-01-06
* Add TensorFlow __init__.py back to py_binary targetsGravatar Justine Tunney2017-01-06
* tfdbg: fix syntax errors in example py filesGravatar Shanqing Cai2017-01-06
* Convert tf.flags usage to argparse. Move use of FLAGS globals into main() only.Gravatar Vijay Vasudevan2017-01-06
* tfdbg CLI: add ReadlineUI as a fallback to CursesUIGravatar Shanqing Cai2017-01-06
* Switch tf-learn BaseEstimator.evaluate() to using evaluation.evaluate_once()Gravatar Shanqing Cai2017-01-04
* Automated rollback of change 143523842Gravatar A. Unique TensorFlower2017-01-04
* Convert tf.flags usage to argparse. Move use of FLAGS globals into main() only.Gravatar Vijay Vasudevan2017-01-04
* tfdbg CLI: let list_tensors (lt) output display dump file sizeGravatar Shanqing Cai2017-01-03
* tfdbg CLI: fix bugs related to terminal sizeGravatar Shanqing Cai2016-12-30
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* tfdbg CLI: add more clickable links and formatting to analyzer outputsGravatar Shanqing Cai2016-12-29
* tfdbg: make debug_py target publicGravatar Shanqing Cai2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28
* tfdbg: add auto-generated Python API doc to gen_docs_combined.pyGravatar Shanqing Cai2016-12-28
* tfdbg CLI: add node traceback to node_info output + a bug fixGravatar Shanqing Cai2016-12-27
* Uses VariableV2 and removes shape-setting code in tf.Variable.Gravatar A. Unique TensorFlower2016-12-20
* tfdbg CLI: add menus and mouse-triggered commandsGravatar Shanqing Cai2016-12-20
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* tfdbg: fix a bug in graph-dump causality validation algorithmGravatar Shanqing Cai2016-12-20
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Python coding style editsGravatar Shanqing Cai2016-12-16