tensorflow / tensorflow/tensorboard

tf.summary.text option to control whether text is treated as markdown

Open
#3,590 3 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

core:summaries plugin:text stat:awaiting response type:feature
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

I'm exporting text summaries from keras into tensorboard. The text contains various markdown sequences, but I don't intend this to be interpreted as markdown. However, tensorboard insists on trying to treat it as markdown. In the best case this gives entertainingly broken rendering in the text viewer, and worst case it causes the server to bomb in the text plugin. The text I'm exporting should never be treated as markdown. It isn't markdown.

Can we please have some way to tag a text summary as being not markdown? Say::

tf.summary.text('sometext', text_tensor, step, is_raw_text=True)

And then have this communicated through to tensorboard, and have tensorboard not attempt to treat it as markdown?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.