Skip to content

Conversation

@J0Nreynolds
Copy link
Contributor

Summary:
This makes several small changes to the tensorboard graph parsing methods to address the recent changes to the PyTorch JIT trace/graph.

  • Inline graph to get information for all nodes
  • Assign and propagate scope names to GetAttr nodes
  • Prune all useless GetAttr nodes (any with a ClassType output type - tensors and primitives are kept)
  • Create output nodes so output tensor shape can be examined

Differential Revision: D18556323

Summary:
This makes several small changes to the tensorboard graph parsing methods to address the recent changes to the PyTorch JIT trace/graph.
- Inline graph to get information for all nodes
- Assign and propagate scope names to GetAttr nodes
- Prune all useless GetAttr nodes (any with a ClassType output type - tensors and primitives are kept)
- Create output nodes so output tensor shape can be examined

Differential Revision: D18556323

fbshipit-source-id: c6aa4d8ed1f7b72c29559fe9c306ce95fc8003c4
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18556323

@J0Nreynolds J0Nreynolds requested a review from lanpa November 21, 2019 19:52
@sanekmelnikov
Copy link

@pytorchbot retest this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants