UETAILab / uetai

Custom ML tracking experiment and debugging tools.
https://uetailab.github.io/uetai/
MIT License
15 stars 1 forks source link

wandb logger `add_text` function #15

Closed CaoHoangTung closed 2 years ago

CaoHoangTung commented 2 years ago

Tensorboard logger has a function called add_text to add the text to tensorboard logger Source: https://tensorboardx.readthedocs.io/en/latest/_modules/tensorboardX/writer.html#SummaryWriter.add_text

I want to use that feature in uetai wandb logger

nmd2k commented 2 years ago

Yes, definitely. Could you give me a quick sample of how text should be logged in to the dashboard? A use case or simple example should be fine.

Tensorboard can log text as HTML table like shown: image

CaoHoangTung commented 2 years ago

Linking to tensorboard documentation for text logging Pure text with markdown support would be good enough

nmd2k commented 2 years ago

will be adding in #19