Tensorboard Image Summaries
问题 I use Matplotlib to create custom t-SNE embedding plots at each epoch during trainging. I would like the plots to be displayed on Tensorboard in a slider format, like this MNST example: But instead each batch of plots is displayed as separate summaries per epoch, which is really hard to review later. See below: It appears to be creating multiple image summaries with the same name, so appending _X suffix instead of overwriting or adding to slider like I want. Similarly, when I use the family