tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.67k stars 1.65k forks source link

Adding comment on the tensorboard #1606

Open zhangmozhe opened 5 years ago

zhangmozhe commented 5 years ago

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.

nfelt commented 5 years ago

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?

bhack commented 5 years ago

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.

danmou commented 5 years ago

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.

sonelu commented 1 year ago

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