Skip to main content

An easy and interactive graph visualization tool for ML models!!!

Project description

model_vis

Dynamic Visualization tool for machine learning models that displays the models

For Users

Graph Visualization Usage Documentation

Usage

pip install model-vis

python -m graph_visualization.plot_graph
--pb_graph_path=path_to_protobuf/protobuf.pb

Required Parameter: -- pb_graph_path (str , path to the protobuf file on the system)

[NOTE : ONLY PASS PROTOBUFS THAT ARE CONVERTED FROM TF ]

Optional Parameters :

-- port (int, default port is 5000).

-- pb_graph_type (str , currently only supports "tf" and is default. Other types like .onnx to be supported in future)

Interpreting Graph

A graph is created from the protobuf file passed as a parameter and is served on the given port_no .

The nodes are interactive and can be moved around as per convenience.

Edges show name , port, dtype and shape on hover.

Nodes show node types by default and hovering over nodes shows node name and ohter attribute info.

All the information in the graph is contained in graph.json file which can be accessed by going to the URL: localhost/:port_no/graph.json

Features

Search

The search bar below the graph window provides a functionality to search for a particular node. The auto suggest drop down appears as you type to help you find the node quicker.
The search is activated after the 'Highlight Node' button is clicked. As the node is found, the window auto pans to the particular node being in the centre and it starts a pulse animation to disambiguate the searched node from the cluster.
Use the 'Shrink Node' button to stop the animation.

Find Neighbors

Double click on any node to highlight it's neighboring nodes and respective edges.

Control bar

The control bar is present on the top right corner of the page. It can be minimized by clicking the close controls button at the bottom of the control bar. Once the graph becomes static (which is after interacting with a particular node/edge) "Link Distance" , "Link Strength" and "Node Strength" features become unavaialable.

The following configurations can be changed from the control bar which makes live changes to the graph.

Link Distance

It specifies how far apart should 2 nodes be from each other.
The value ranges from 0 to 400. It is better to have a higher value for huge complex graphs.

Link Strength

It specifies how strongly the link pulls the other nodes. The value ranges from 0 (repulsion) to 1 (pull).

Node Strength

Works similar to Link Strength.
It specifies how strongly nodes pull each other. The value ranges from -500 (low pull value therefore higher repel) to -1 (Maximum pull).

Lazy Load

Only the nodes whose current positions lie in the viewing window are loaded, other node information is known (present in the .json file) but no additional overhead is caused as none of these node or link related elements are shown.

While zooming out , if the zoom out reaches a value where the current window holds more than 500 nodes, the nodes are hidden but the links are visible. This is done to reduce the load.

Conversely, upon zooming in, if the viewing window has < 500 nodes, all the respective node and link elements are shown.

Show / Hide Node Labels

A functionality to turn off the node labelling.

Color Nodes By

A filter to visualize the nodes based on

  1. Error Values
  2. None (Same color to all nodes)
Restart

Restarts the given graph by reloading.

Libraries Used

The graph visualization is based on Node JS and the visualization library D3.

For Developers/ Contributors

Requirements

1. Clone the repo from github

2. Conda (using Miniconda)

Setup Miniconda

Install Miniconda3 using these instructions

Create the virtual environment and activate it

model_vis$ conda env create -f environment.yml
model_vis$ conda activate vis-env
(vis-env) model_vis $

3. Bazel

Bazel can be installed with Bazelisk , it downloads the appropriate bazel version for the current working directory.

Create symbolic link to use bazelisk whenever "bazel" is called

ln -s $(which bazelisk) bazel

Running the file (thorugh bazel)

bazel run //graph_visualization:plot_graph
-- --pb_graph_path=abs_path_to_protobuf/protobuf.pb
--port=port_no

Required Parameters: -- pb_graph_path (str , path to the protobuf file on the system)

[NOTE : ONLY PASS PROTOBUFS THAT ARE CONVERTED FROM TF ]

Optional Parameters :

-- port (int, default port is 5000).

-- pb_graph_type (str , currently only supports "tf" and is default. Other types like .onnx to be supported in future)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

model_vis-0.0.2.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

model_vis-0.0.2-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file model_vis-0.0.2.tar.gz.

File metadata

  • Download URL: model_vis-0.0.2.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.11

File hashes

Hashes for model_vis-0.0.2.tar.gz
Algorithm Hash digest
SHA256 306e16903387681edc3eabdc61ec8d53032f10b9694280d48e726cd998739ea4
MD5 6bb5ea6b14644302d52c79729da8c808
BLAKE2b-256 c0b6d86398b193e9a9ec6c36a28184f173a026977dcade45cecba24cd863f6aa

See more details on using hashes here.

File details

Details for the file model_vis-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: model_vis-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.11

File hashes

Hashes for model_vis-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 659012c9c534f0d08ca51cf11a1f4843b354aae87e5e1c0041ffb12927fc8fad
MD5 eac69b8589cf28949d5fe9be8c589294
BLAKE2b-256 f06c84d5c1575120df3a7a0f9f8e57375cbf48f0e8876313e3561c38e87dfd67

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page