tf.summary.text support for styling/annotating words
See original GitHub issuesee #830
it would be great to log summary text that can produce highlighing like so:
i.e. some markdown support for something like
Optimising [quantum]{"color: #ff0000aa"} [whatever]{"color: #ff000000"} ...
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(almost) one year later … updates? 😃
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