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
.
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.
- Clone and open this repository in Visual Studio Code.
npm install
- Press
F5
to start debugging
Report questions, issues and suggestions, using: