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.

tf.summary.text support for styling/annotating words

See original GitHub issue

see #830

it would be great to log summary text that can produce highlighing like so:

image

i.e. some markdown support for something like

Optimising [quantum]{"color: #ff0000aa"} [whatever]{"color: #ff000000"} ...

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
Mistobaancommented, Jun 4, 2020

(almost) one year later … updates? 😃

0reactions
nfeltcommented, Jul 10, 2019

FWIW, there has been work on the second paragraph of my previous comment, for third-party dynamic plugins: https://github.com/tensorflow/community/blob/master/rfcs/20190411-tensorboard-improved-plugin-ext.md

Read more comments on GitHub >

github_iconTop Results From Across the Web

tf.summary.text | TensorFlow v2.11.0
Writes text Tensor values for later visualization and analysis in TensorBoard. Writes go to the current default summary writer. Like tf.summary.
Read more >
How to use tf.summary.text? - tensorflow - Stack Overflow
I cannot find any straightforward way to use text summaries as I cannot ... import tensorflow as tf # Input tensor a =...
Read more >
tf.summary.text - TensorFlow 1.15 - W3cubDocs
tf.summary.text( name, tensor, collections=None ). Text data summarized via this plugin will be visible in the Text Dashboard in TensorBoard.
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