TensorBoardLogger.jl
TensorBoardLogger.jl copied to clipboard
Line breaks in text logs aren't working
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
TensorBoardLogger: v0.1.23 TenosrBoard: v2.16.2 Julia: v1.10.2 Python: v3.10.12