tensorflow / tensorflow/tensorboard
Graph plugin should support concept of step
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Graph plugin, more specifically its profile feature, has a concept of session_runs which get populated with a tag. The problem is, only the graph plugin treats tag differently and instructs user to use new tag per step.
Instead, the graph plugin should support step.
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 reading the graph plugin's profile feature and how session_runs and tags are currently handled, then review the linked graph visualization guide for the per-step behavior. Clarify how step should replace or coexist with the current tag convention; done means the graph plugin supports steps without requiring users to create a new tag for each step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100