tensorboard
tensorboard copied to clipboard
Adding comment on the tensorboard
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.
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"
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.
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.
Hello, is this feature still considered? I also would find it very useful for post-run management.