meechos opened this issue 3 years ago · 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)
writer.add_figure('textual_heatmap', html_object, step)
So that I can keep track of html figures during trainig.
What kind of html_object? Can you show some example?