Hierarchical display for TensorBoard
See original GitHub issueSystem 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.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:6 (2 by maintainers)
No updates to share at this time, but we’ll take the interest into consideration for future UI/UX ideas.
Any updates on this? I would really appreciate a feature like this