Skip to main content

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

Project description

Lightelligence Model Visualization

Dynamic Visualization tool for machine learning models that displays the models

For Users

Graph Visualization Usage Documentation

Usage

pip install lt-model-visualization
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.

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/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

git clone https://github.com/Lightelligence/LTModelVisualization.git

2. Conda (using Miniconda)

Setup Miniconda

Install Miniconda3 using these instructions

Create the virtual environment and activate it

conda env create -f environment.yml
conda activate lt-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) $(which bazel)

Running the file (thorugh bazel)

bazel run //graph_visualization:plot_graph -- \
--pb_graph_path=/path/to/protobuf.pb \
--port=port

It is recommended to use an absolute path for pb_graph_path when running with Bazel.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file lightelligence_model_visualization-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: lightelligence_model_visualization-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 20.6 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.post20201009 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.11

File hashes

Hashes for lightelligence_model_visualization-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2efd2beb6e2be38061335890c003573931e8f843f8e32e09f1d649d00f51b29a
MD5 5c03fe1b51679e0c4b296020de0d4b07
BLAKE2b-256 2fa8c20a3dc3c8eebcfdbccb7bc4216a3d67fa91976f8742ae9616b211370872

See more details on using hashes here.

Supported by

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