aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/plugins
Commit message (Expand)AuthorAge
* Add plugin assets for the Embedding Projector and expose the API via tf.contr...Gravatar Dan Smilkov2017-03-29
* Add a text dashboard to TensorBoard.Gravatar Dandelion Mané2017-03-28
* Add markdown support to TensorBoard text plugin.Gravatar Dandelion Mané2017-03-28
* Add text summary support to TensorBoard.Gravatar Dandelion Mané2017-03-22
* Remove tensorboard/lib/python.Gravatar Dandelion Mané2017-03-20
* Tweak the plugin API so that the multiplexer is provided to get_plugin_apps i...Gravatar Dandelion Mané2017-03-20
* Add slow path to fetch health pills at individual steps.Gravatar A. Unique TensorFlower2017-03-14
* Refactored the debugger plugin test to use a real server. Modified the plugin...Gravatar A. Unique TensorFlower2017-03-09
* Move TensorBoard backend logic from python/summary to tensorboard/backend.Gravatar Dandelion Mané2017-03-08
* Embedding Projector, minor fixes:Gravatar Dan Smilkov2017-03-06
* Refactor TensorBoard plugin system to improve testability & clarity.Gravatar Dandelion Mané2017-02-23
* Embedding Projector: fail gracefully when reading invalid `checkpoint` filesGravatar Dan Smilkov2017-02-14
* Make the TensorFlow debugger plugin respond with health pills.Gravatar A. Unique TensorFlower2017-02-07
* Added a Tensorboard plugin that will serve data from a TensorFlow debuggerGravatar A. Unique TensorFlower2017-02-03
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
* Automated rollback of change 146052198Gravatar Gunhan Gulsoy2017-01-31
* Added a Tensorboard plugin that will serve data from a TensorFlow debuggerGravatar A. Unique TensorFlower2017-01-30
* Adding support for 'b' in mode for FileIO.Gravatar Rohan Jain2017-01-25
* Fixes for python 3 tests:Gravatar Gunhan Gulsoy2017-01-23
* Refactor TensorBoard into WSGI application. Adds werkzeug pip dependency toGravatar Dandelion Mané2017-01-21
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Fix python3 bug where dict.items() is not an appendable list, unlike python2.Gravatar Dan Smilkov2016-12-01
* Embedding projector: Detect changes regarding checkpoint files.Gravatar Dan Smilkov2016-11-22
* Error gracefully when a read from a checkpoint fails (e.g. due to missing ten...Gravatar Dan Smilkov2016-11-21
* Fix bug when looking for a checkpoint in parent directory.Gravatar Dan Smilkov2016-11-14
* Embedding Projector: Send readable tensor names to client.Gravatar Dan Smilkov2016-11-14
* Fix bug when looking for a checkpoint in parent directory.Gravatar Dan Smilkov2016-11-14
* Control the number of rows (tensor size) we send to the client via a query pa...Gravatar Dan Smilkov2016-11-09
* Serve tensors from server as bytes to avoid the ~300MB browser string limit.Gravatar Dan Smilkov2016-11-08
* Reload the checkpoint reader when the latest checkpoint has changed.Gravatar Dan Smilkov2016-11-07
* Fix performance issues with the Embedding Projector plugin.Gravatar Dan Smilkov2016-11-04
* Gracefully fail when reading checkpoints in unsupported formats.Gravatar Dan Smilkov2016-11-03
* Add support for user-generated tsv tensor files in the embedding projector.Gravatar Dan Smilkov2016-11-02
* Fix broken tensorboard/backend:server_test in OSS.Gravatar Dan Smilkov2016-10-29
* Add sprite image support to the backend.Gravatar Dan Smilkov2016-10-28
* Add sprite information to the projector config.Gravatar Dan Smilkov2016-10-27
* Increase sampling limit to 100k points.Gravatar Dan Smilkov2016-10-24
* Replace glove with word2vec dataset.Gravatar Dan Smilkov2016-10-24
* Add TB warning message when no data was found for the projector.Gravatar Dan Smilkov2016-10-11
* Add an option to the projector in server mode to start the projector with boo...Gravatar Nikhil Thorat2016-10-10
* Fix tensorboard plugin multi-threading bug.Gravatar Dan Smilkov2016-10-07
* TensorBoard: Generalize sending HTTP responsesGravatar Justine Tunney2016-10-07
* Fix RuntimeError: dictionary changed size during iteration in tensorboard.Gravatar Dan Smilkov2016-09-30
* Integrate the embedding projector backend into TensorBoard.Gravatar Dan Smilkov2016-09-21