tensorflow / tensorflow/tensorboard
Hierarchical display for TensorBoard
@japie1235813 is already working on this.
Since Dec 15, 2021.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
System information
- TensorFlow version (you are using): 2.1
- Are you willing to contribute it (Yes/No): Not a frontend guy so I don't know if I can help.
Describe the feature and the current behavior/state.
I'm using TensorBoard to display an optimisation process with two stages, lambda_sweep and counterfactual_search, so I used the name argument to the summary ops to display the plots for the two stages separtely:

I would like this behaviour to be hierarchical, that is, other drop-downs would appear when clicking one of the stages. Instead, I get the follwing:

I was wondering if there is any way to extend the first level logic so that, for example, under counterfactual_search I get another page I can click on that is called lambda and so on.
Will this change the current api? How?
I don't think so, it sounds more like a frontnend feature to me?
Who will benefit with this feature?
All tensorboard users.
Any Other info.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.