tensorflow / tensorflow/tensorboard
A direction from an operation to another doesn't match
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
TensorBoard version: 1.7.0
TensorFlow version: 1.7.0
OS Platform and version: Windows 10 Education 64bits
Python version: 3.5.0
I was running a simple example about MNIST with MLP on tensorflow and saving the logs using "tf.summary.FileWriter". After that I run the tensorboard to visualize something in the logs. I was looking at the graphs. But, in the variable operations the direction is wrong compared to the description. Here is an example:

As you can see, in the description the "Variable_1/(Variable_1)" operation have no inputs and three outputs. But, In the graphs that operation have one input and two outputs.
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
No source file or test is named. Reproduce the issue with the MNIST MLP example and logs written by tf.summary.FileWriter, then compare the variable operation's description with its rendered graph inputs and outputs; done means both views show matching directions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100