lanpa/tensorboardX

Log HTML figures to tensorboard

meechos opened this issue · 1 comments

As a TensorboardX user

I want to be able to log HTML content to tensorboard e.g. writer.add_figure('textual_heatmap', html_object, step)

So that I can keep track of html figures during trainig.

lanpa commented

What kind of html_object? Can you show some example?