tensorflow / tensorflow/tensorboard

Color graph by custom criteria

Open
#5,609 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

stat:awaiting tensorflower type:feature
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
image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.