tensorflow / tensorflow/tensorboard
Color graph by custom criteria
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Hello, I would like to color the graph from graph plugin by my custom criteria. Is there a way to do it now?
My desired behavior would be for the user to be able to write a OpColorProvider in a similar fashion to the TPUCompatibilityProvider. This Provider is stored locally and is somehow passed to tensorboard to use.
For example passing tensorboard --logdir=./logs --color_provider=<path_to_provider_named_Custom> would yield something like that

Is such solution feasible? Personally I need only one custom slot, but maybe more slots would be useful. Also ability to name the criteria is crucial here (so other names than "Custom")
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.