Top "Tensorboard" questions

TensorBoard is a visualization suite for the TensorFlow library.

tensorboard: command not found

I installed TensorFlow on my MacBook Pro 10.12.5 from source code by steps described here. https://www.tensorflow.org/install/install_…

tensorflow tensorboard
Show training and validation accuracy in TensorFlow using same graph

I have a TensorFlow model, and one part of this model evaluates the accuracy. The accuracy is just another node …

python machine-learning tensorflow tensorboard
TensorFlow - Importing data from a TensorBoard TFEvent file?

I've run several training sessions with different graphs in TensorFlow. The summaries I set up show interesting results in the …

python tensorflow tensorboard
Understanding TensorBoard (weight) histograms

It is really straightforward to see and understand the scalar values in TensorBoard. However, it's not clear how to understand …

tensorflow histogram tensorboard
How to "reset" tensorboard data after killing tensorflow instance

I'm testing different hyperparameters for a cnn model I built, but I'm having a small annoyance when viewing the summaries …

tensorflow tensorboard
How to use tensorboard Embedding Projector?

How do I use the Embedding Projector included in Tensorboard? I can't find any documentation for it. There are some …

tensorboard
Tensorboard Error: No dashboards are active for current data set

I am trying to use Tensorboard but every time I run any program with Tensorflow, I get an error when …

python-3.x tensorflow tensorboard
How to Display Custom Images in Tensorboard (e.g. Matplotlib Plots)?

The Image Dashboard section of the Tensorboard ReadMe says: Since the image dashboard supports arbitrary pngs, you can use this …

python tensorflow matplotlib pytorch tensorboard
How to locally view tensorboard of remote server

Using my own laptop to run Tensorflow on remote server of lab I used tensorboard --logdir=./log try to view …

tensorflow tensorboard
Logging training and validation loss in tensorboard

I'm trying to learn how to use tensorflow and tensorboard. I have a test project based on the MNIST neural …

python tensorflow tensorboard