question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make sure we support TensorBoard histograms etc

See original GitHub issue

When e.g. mixing local training with private predictions it can be useful to know the distribution of values that the private predictions have to support, in order to e.g. understand where interval boundaries are broken. TensorBoard already supports gathering statistics like this so let’s just make sure we support it. Might be as simple as running summaries = tf.summary.merge_all() in config.run

Needed by #278

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:3
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
yanndupiscommented, Sep 28, 2018

We wanted to test Tensorboard histograms on private tensors in the following program netwok.a. However we discovered that there was some issues in the code, probably plaintext training #164. We will probably want to fix those before working on histogram.

0reactions
mortendahlcommented, May 10, 2019

Great, moving into backlog

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get started with TensorBoard - TensorFlow
The Graphs dashboard helps you visualize your model. In this case, the Keras graph of layers is shown which can help you ensure...
Read more >
tensorboard/README.md at master - GitHub
Before running TensorBoard, make sure you have generated summary data in a log ... The scalar and histogram dashboards organize data by tag,...
Read more >
“TensorBoard - Visualize your learning.”
TensorBoard is a browser based application that helps you to visualize your training parameters (like weights & biases), metrics (like loss), ...
Read more >
A Complete Guide to Using TensorBoard with PyTorch
TensorBoard currently supports five visualizations: scalars, images, audio, histograms, and graphs. In this guide, we will be covering all ...
Read more >
Debugging DNN with help of Tensorboard | Analytics Vidhya
Can be used if your model generates music to analyze. tf.summary.histogram:- Histogram comes in handy if you want to observe the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found