TensorBoardLogger.jl icon indicating copy to clipboard operation
TensorBoardLogger.jl copied to clipboard

Line breaks in text logs aren't working

Open opiateblush opened this issue 2 years ago • 0 comments

This

logger = TBLogger("logs")

markdown_text = """
### Markdown Text

TensorBoard supports basic markdown syntax, including:

    preformatted code

**bold text**

| and | tables |
| ---- | ---------- |
| among | others |
"""

log_text(logger, "markdown_1", "**This** is the *power*  of >>>markdown \n *line break not working* ", step = 0)
log_text(logger, "markdown_2", markdown_text, step = 0)

produces

Screenshot from 2024-04-19 18-30-01

TensorBoardLogger: v0.1.23 TenosrBoard: v2.16.2 Julia: v1.10.2 Python: v3.10.12

opiateblush avatar Apr 19 '24 16:04 opiateblush