Your architecture, opened up.
Open a PyTorch class from VS Code. Explore its layers and nested modules in a local browser.
FOR PEOPLE WHO BUILD WITH PYTORCH
Explore its architecture, follow the shapes,
and review the Python behind every change.
Local VS Code extension · Your model runs on your machine
THE ACTUAL WORKFLOW
FROM SOURCE TO UNDERSTANDING
TensorViz connects the way you write a model
with the way you reason about it.
Open a PyTorch class from VS Code. Explore its layers and nested modules in a local browser.
Run validation when you choose. Inspect the observed shapes and the source behind a failure.
Propose an edit, review the native Python diff, then choose Apply or Discard in VS Code.
BRING YOUR OWN MODEL
Start with a local PyTorch project in VS Code.
The extension runs in local VS Code. Your graph opens in a local browser, and Python execution uses your selected environment on your machine. The landing-page example replays previously captured evidence.
No. Opening and refreshing the architecture parses source, including unsaved buffers. Validation is an explicit action on saved source. Trace on save is optional and off by default.
Compatible external clients can connect through TensorViz’s MCP endpoint. They can inspect the model and propose changes for native review. TensorViz has no built-in chatbot and does not ask for provider keys.
A portable .tensorviz.json graph with saved views,
walkthroughs and notes. Recipients can explore it in the static
viewer without Python or the extension. Source code and weights
are not included.