Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor execution graph #2

Open
aron-bordin opened this issue Nov 30, 2017 · 0 comments
Open

Monitor execution graph #2

aron-bordin opened this issue Nov 30, 2017 · 0 comments

Comments

@aron-bordin
Copy link
Member

aron-bordin commented Nov 30, 2017

Add a support to display the execution graph, similar to tensorflow.

The graph should be generated by the user manually (since it requires data). Something like monitor.push_graph(sample).

The monitor should provide:

  • an interactive graph with information about in input-dim, output-dim, module dim at each node
  • named-scope, similar to tensorflow. Allow the user to define custom names and groups of the graph (check if there is a easy and clean way to do it)
  • save the graph image
@aron-bordin aron-bordin changed the title Monitor graph Monitor execution graph Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant