Top "Tensorboard" questions

TensorBoard is a visualization suite for the TensorFlow library.

TensorBoard - Plot training and validation losses on the same graph?

Is there a way to plot both the training losses and validation losses on the same graph? It's easy to …

machine-learning tensorflow tensorboard
TensorBoard Embedding Example?

I'm looking for a tensorboard embedding example, with iris data for example like the embedding projector http://projector.tensorflow.org/ …

tensorflow embedding tensorboard
Tensorflow Confusion Matrix in TensorBoard

I want to have a visual of confusion matrix in tensorboard. To do this, I am modifying Evaluation example of …

python tensorflow deep-learning tensorboard
Possible explanations for loss increasing?

I've got a 40k image dataset of images from four different countries. The images contain diverse subjects: outdoor scenes, city …

tensorflow deep-learning convolution tensorboard cross-entropy
How to create a Tensorflow Tensorboard Empty Graph

launch tensorboard with tensorboard --logdir=/home/vagrant/notebook at tensorboard:6006 > graph, it says No graph definition files were found. …

python tensorflow tensorboard
TensorBoard not working

I'm able to use TensorFlow just fine. But I can't yet use TensorBoard at all. I'm following the instructions on …

tensorflow tensorboard
Plot multiple graphs in one plot using Tensorboard

I am using Keras with Tensorflow backend. My work involves comparing the performances of several models such as Inception, VGG, …

tensorflow keras tensorboard
Save Tensorflow graph for viewing in Tensorboard without summary operations

I have a rather complicated Tensorflow graph that I'd like to visualize for optimization purposes. Is there a function that …

tensorflow tensorboard
Tensorflow: how to close tensorboard server

Once I've started tensorboard server with the command tensorboard --logdir=path/to/logdir is there a command that explicitly close …

tensorflow tensorboard
Is it possible to visualize a tensorflow graph without a training op?

I know how to visualize a tensorflow graph after training with tensorboard. Now, is it possible to visualize just the …

python tensorflow machine-learning visualization tensorboard