tensorflow / tensorflow/tensorboard
Add button to remove all nodes from graph visualisation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
When viewing a graph with tensorboard, all nodes are displayed initially. However, when I then want to view some nodes of my network in detail, the graph looks messed up because of the connections from the losses, the optimizer, the saver... which are connected to almost all nodes of my network. To get a better view at my network, I then have to remove these nodes one by one.
If there was a button to remove not just a singl but all nodes from the graph, I could first remove all and only add my network again. This would be much easier/faster than removing all the stufff I don't want to see.
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.
Research direction
Start by locating the TensorBoard graph visualization controls and the existing behavior for removing a single node. Add a control that removes all displayed nodes, then verify that the graph can be cleared and selected network nodes can be added again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100