aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard
Commit message (Expand)AuthorAge
* Add an option for explicitly using categorical coloring for fields with too m...Gravatar Nikhil Thorat2016-12-14
* Improve error messages in the embedding projector.Gravatar Nikhil Thorat2016-12-14
* Remove links to TensorBoard demoGravatar Justine Tunney2016-12-12
* Release new version of TensorBoard to OSS.Gravatar Dan Smilkov2016-12-12
* Fix t-sne bug (division by 0) when there are duplicate points.Gravatar Dan Smilkov2016-12-12
* Automatically open the bookmarks tray if there are bookmarks when switching d...Gravatar Nikhil Thorat2016-12-12
* Before the embedding projector loads, check if WebGL is enabled (this techniq...Gravatar Nikhil Thorat2016-12-12
* Disable antialiasing, implementation across browsers makes it impossible toGravatar Charles Nicholson2016-12-12
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Automated rollback of change 141230421Gravatar Charles Nicholson2016-12-07
* Color neighbor point set label text according to nearest neighbor gradient co...Gravatar Charles Nicholson2016-12-06
* Embedding Projector: Fix bug with loading sprite image hosted on external site.Gravatar James Wexler2016-12-05
* Enable anti-aliasing on the scatter plot's WebGLRenderer. Smooths small pointGravatar Charles Nicholson2016-12-05
* Remove summary ops from tf namespace.Gravatar Dan Mané2016-12-01
* Remove tf.train.SummaryWriter and tf.train.SummaryWriterCache.Gravatar Dan Mané2016-12-01
* Unload the existing dataset before loading a new one. Fix resulting fallout. ...Gravatar Charles Nicholson2016-12-01
* Fix python3 bug where dict.items() is not an appendable list, unlike python2.Gravatar Dan Smilkov2016-12-01
* Migrate tf summary ops to use tf.contrib.deprecated endpoints.Gravatar Dan Mané2016-11-30
* Clear any existing bookmarks when the selected tensor changes.Gravatar Nikhil Thorat2016-11-30
* 3d label visualizer doesn't have a point accessor anymore, just takes an arrayGravatar Charles Nicholson2016-11-30
* projectorScatterPlotAdapter populates labels with strings, instead of passingGravatar Charles Nicholson2016-11-30
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-29
* Remove dataSet from ScatterPlot and the ScatterPlotVisualizer interface.Gravatar Charles Nicholson2016-11-28
* Embedding Projector: Fix bug with PCA sampling.Gravatar Dan Smilkov2016-11-28
* Let the demo data provider also stream bytes if the file extension is ".bytes".Gravatar Nikhil Thorat2016-11-22
* Embedding projector: Detect changes regarding checkpoint files.Gravatar Dan Smilkov2016-11-22
* Improve PCA speed (sample the number of points, not just dimensions).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
* Start paring down the visualizer interface. Remove the label accessor from theGravatar Charles Nicholson2016-11-18
* Mode => MouseMode. SELECT => AREA_SELECT. HOVER => CAMERA_AND_CLICK_SELECT.Gravatar Charles Nicholson2016-11-17
* Update bazel rules for bower dependencies.Gravatar Dan Smilkov2016-11-17
* Remove 'Loading...' title - redundant with the spinnerGravatar Dan Smilkov2016-11-17
* Start moving scatter plot methods out of vz-projector and into the scatter plotGravatar Charles Nicholson2016-11-17
* Embedding Projector: replace paper-progress with paper-spinner since it is GP...Gravatar Dan Smilkov2016-11-17
* TensorBoard: Fix 'gulp server' by redirecting requests from tf-... to tf_...Gravatar Dan Smilkov2016-11-17
* Update external TensorBoard.Gravatar Dan Smilkov2016-11-16
* Rename Projection enum to ProjectionType. Add new Projection class thatGravatar Charles Nicholson2016-11-16
* When switching modes programatically, make sure the selection icon reflects theGravatar Nikhil Thorat2016-11-16
* Fix a bug where a selection and isolation points does not work by removing theGravatar Nikhil Thorat2016-11-16
* Make selection a rectangular 2D selection that selects on mouse up.Gravatar Nikhil Thorat2016-11-16
* Noted the step at which each image summary was collected in the Tensorboard i...Gravatar A. Unique TensorFlower2016-11-16
* Remove the axes from the picking texture. This is causing selection / hover i...Gravatar Nikhil Thorat2016-11-16
* Update external TensorBoard.Gravatar Dan Smilkov2016-11-16
* Embedding Projector: Guard from null strings when adding word breaks.Gravatar Dan Smilkov2016-11-16
* Embedding projector: Color points based on distance.Gravatar Dan Smilkov2016-11-15
* Allow user to close error messages and add indefinite progress bar.Gravatar Dan Smilkov2016-11-15
* Create constants for all the different kinds of label fill/stroke coloringGravatar Charles Nicholson2016-11-15
* Wrap checkpoint and metadata file paths.Gravatar Dan Smilkov2016-11-15
* RGB Uint8 arrays for canvas label fill and stroke styles. Allows us to changeGravatar Charles Nicholson2016-11-15
* Embedding Projector: Add google analytics for internal google use only.Gravatar Dan Smilkov2016-11-15