a-sidorova / netron-vscode-extension

The extension for Visual Studio Code that allows users to visualize many Deep Learning models using Netron server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netron-VSCode-Extension

Netron VSCode Extension is the unofficial extension for Visual Studio Code that allows users to visualize many Deep Learning models using Netron server. At the moment the extension supports models of the following frameworks and toolkits: OpenVINO, TensorFlow, TensorFlow Lite, ONNX, PyTorch, MXNet etc. The extension creates new system subprocess netron and visualizes the result of Netron in Webview.

How to use

The system must have installed Python package netron. To install the package run pip install netron.

Then right-click on the model file in Explorer and select Open Netron from the menu that appears.

How to build

  • Clone and open this repository in Visual Studio Code.
  • npm install
  • Press F5 to start debugging

Get a support

Report questions, issues and suggestions, using:

About

The extension for Visual Studio Code that allows users to visualize many Deep Learning models using Netron server

License:Apache License 2.0


Languages

Language:TypeScript 100.0%