Skip to content

Monitor execution graph #2

@nrbrd

Description

@nrbrd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions