Top "Tensorboard" questions

TensorBoard is a visualization suite for the TensorFlow library.

View Tensorboard on Docker on Google Cloud

I am trying to display TensorBoard from TensorFlow on Docker on Google Cloud. http://tensorflow.org/how_tos/summaries_and_…

docker google-cloud-platform tensorflow tensorboard
tensorflow Found more than one graph event per run

I am loading a tensorboard for my ml engine experiment that is running in local mode and got the following …

tensorflow google-cloud-platform tensorboard google-cloud-ml-engine
How to extract and save images from tensorboard event summary?

Given a tensorflow event file, how can I extract images corresponding to a specific tag, and then save them to …

python tensorflow tensorboard
Can not get pytorch working with tensorboard

I"m going through this tutorial to set up pytorch (v1.3.0 through conda) with tensorboard https://pytorch.org/tutorials/intermediate/…

python machine-learning pytorch data-visualization tensorboard
What is the mathematics behind the "smoothing" parameter in TensorBoard's scalar graphs?

I presume it is some kind of moving average, but the valid range is between 0 and 1.

tensorflow tensorboard
How do you read Tensorboard files programmatically?

How can you write a python script to read Tensorboard log files, extracting the loss and accuracy and other numerical …

python machine-learning tensorflow tensorboard
Tensorboard not found as magic function in jupyter

I want to run tensorboard in jupyter using the latest tensorflow 2.0.0a0. With the tensorboard version 1.13.1, and python 3.6. using ... %tensorboard …

python tensorflow tensorflow2.0 tensorboard tensorflow2.x
How to add Tensorboard to a Tensorflow estimator process

I have taken the supplied Abalone example and made sure I have understood it.... Well I think I do. But …

python tensorflow tensorboard
TensorBoard Distributions and Histograms with Keras and fit_generator

I'm using Keras to train a CNN using the fit_generator function. It seems to be a known issue that …

python tensorflow keras tensorboard
Meaning of Histogram on Tensorboard

I am working on Google Tensorboard, and I'm feeling confused about the meaning of Histogram Plot. I read the tutorial, …

histogram tensorflow tensorboard