tensorflow / tensorflow/tensorboard
tf.summary.text option to control whether text is treated as markdown
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.