tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Adding comment on the tensorboard

Open zhangmozhe opened this issue 6 years ago • 4 comments

Is it possible to allow adding notes on the tensorboard? I have many experiments and I want to directly add comments on the experiments. Adding such function will ease the experiment management greatly.

zhangmozhe avatar Nov 10 '18 06:11 zhangmozhe

Can you be more specific about what you have in mind? Do you mean writing the notes via TensorBoard's UI, or writing them out along with generating the summary data for the experiment? If the latter, the text plugin offers a way to do that today.

There are some pre-existing feature requests that I think probably cover this one - can you identify which one of these is most similar to what you have in mind?

  • #46 "Make TensorBoard aware of hyperparameters"
  • #194 "Displaying meta-data in TensorBoard"
  • #210 "Allow runs to be tagged with / filtered by user-defined tags"

nfelt avatar Nov 14 '18 00:11 nfelt

I think that all these tickets are related to the problem of Metadata handling. It is hard to put all the info that you need in the folder name or you need to abuse the text summary.

bhack avatar Mar 14 '19 09:03 bhack

I think #210 is closest to what @zhangmozhe is requesting. Basically sometimes you want to add information to a run which was not known at the time the run was started, e.g. "best RMSE", "overfits" etc.

danmou avatar Apr 17 '19 07:04 danmou

Hello, is this feature still considered? I also would find it very useful for post-run management.

sonelu avatar Apr 05 '23 15:04 sonelu