tensorflow / tensorflow/tensorboard

A direction from an operation to another doesn't match

Open
#1,538 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

plugin:graph
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:

image

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

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.