torchvista
Interactive Pytorch forward pass visualization in notebooks
File Explorer
Download Latest Version (.zip)- collapsible-graph.gif
- demo.gif
- error-graph.png
- info-popup.png
- interactive-graph.gif
- AlexNet.html
- ArtificiallyMadeComplexModel.html
- CNNWithBranching.html
- ComplexInputOutput.html
- CompressionTest1.html
- CompressionTest10.html
- CompressionTest11.html
- CompressionTest12.html
- CompressionTest13.html
- CompressionTest2.html
- CompressionTest3.html
- CompressionTest4.html
- CompressionTest5.html
- CompressionTest6.html
- CompressionTest7.html
- CompressionTest8.html
- CompressionTest9.html
- ConvextTiny.html
- DeepCNN.html
- DeepCNNForceTraceDepth4.html
- EfficientNetB0.html
- FasterrcnnMobilenetV3Large320Fpn.html
- LeNet5.html
- LinearModel.html
- MiniUnetPP.html
- MLPSkipConnections.html
- MobilenetV3Small.html
- MobileVitCollapsed.html
- MobileVitCollapseDepth1.html
- MobileVitCollapseDepth2.html
- MobileVitCollapseDepth3.html
- MobileVitHideNonGradientNodes.html
- MultiPathWithError.html
- NestedDictInputOutput.html
- NewTensorInjector.html
- ParameterNodes.html
- RepeatedOutputTensors.html
- ResnetSmall.html
- SelfAttentionClassifier.html
- SimpleResnet.html
- SqueezeNet.html
- TensorTransposeProperties.html
- TinyModelWithNestedSubmodules.html
- TransformerPositional.html
- TransformerPositionalForceTraceDepth.html
- TransformerPositionalForceTraceDepth2.html
- TransformerPositionalForceTraceDepth2WithCollapseDepth.html
- TransformerPositionalForceTraceDepth3WithCollapseDepth.html
- TransformerPositionalForceTraceDepthWithCollapseDepth.html
- UNetBottleneckAttention.html
- UnusedNodes.html
- VisionTransformer.html
- XLNetBaseCased.html
- 01_basic_usage.html
- 02_exploring_modules.html
- 02_forced_tracing_depth.html
- basic_usage.html
- collapse_modules_after_depth.html
- compressed_view.html
- dict_input_naming.html
- exploring_modules.html
- forced_tracing_depth.html
- show_non_gradient_nodes.html
- basic_usage.html
- collapse_modules_after_depth.html
- compressed_view.html
- dict_input_naming.html
- exploring_modules.html
- forced_tracing_depth.html
- show_non_gradient_nodes.html
- AttentionClassifier.html
- AlexNet.py
- ArtificiallyMadeComplexModel.py
- CNNWithBranching.py
- ComplexInputOutput.py
- CompressionTest1.py
- CompressionTest10.py
- CompressionTest11.py
- CompressionTest12.py
- CompressionTest13.py
- CompressionTest2.py
- CompressionTest3.py
- CompressionTest4.py
- CompressionTest5.py
- CompressionTest6.py
- CompressionTest7.py
- CompressionTest8.py
- CompressionTest9.py
- ConvextTiny.py
- DeepCNN.py
- DeepCNNForceTraceDepth4.py
- EfficientNetB0.py
- FasterrcnnMobilenetV3Large320Fpn.py
- LeNet5.py
- LinearModel.py
- MiniUnetPP.py
- MLPSkipConnections.py
- MobilenetV3Small.py
- MobileVitCollapsed.py
- MobileVitCollapseDepth1.py
- MobileVitCollapseDepth2.py
- MobileVitCollapseDepth3.py
- MobileVitHideNonGradientNodes.py
- MultiPathWithError.py
- NestedDictInputOutput.py
- NewTensorInjector.py
- ParameterNodes.py
- RepeatedOutputTensors.py
- ResnetSmall.py
- SelfAttentionClassifier.py
- SimpleResnet.py
- SqueezeNet.py
- TensorTransposeProperties.py
- TinyModelWithNestedSubmodules.py
- TransformerPositional.py
- TransformerPositionalForceTraceDepth.py
- TransformerPositionalForceTraceDepth2.py
- TransformerPositionalForceTraceDepth2WithCollapseDepth.py
- TransformerPositionalForceTraceDepth3WithCollapseDepth.py
- TransformerPositionalForceTraceDepthWithCollapseDepth.py
- UNetBottleneckAttention.py
- UnusedNodes.py
- VisionTransformer.py
- XLNetBaseCased.py
- basic_usage.py
- collapse_modules_after_depth.py
- compressed_view.py
- dict_input_naming.py
- exploring_modules.py
- forced_tracing_depth.py
- show_non_gradient_nodes.py
- AttentionClassifier.py
- tutorial.html
- demos.html
- index.html
- tutorials.html
- examples_generator.py
- find_function_mode_overrides.py
- __init__.py
- _helpers.py
- test_build_immediate_ancestor_map.py
- test_extract_tensors_from_obj.py
- test_process_graph.py
- test_transform_to_nested_graph.py
- test_validate_export_format.py
- __init__.py
- d3.min.js
- jsoneditor-10.2.0.min.css
- jsoneditor-10.2.0.min.js
- viz-standalone.js
- __init__.py
- demo-graph.html
- graph.html
- __init__.py
- engine.py
- enums.py
- graph_transforms.py
- module_discovery.py
- overrides.py
- render.py
- tensor_utils.py
- tracer.py
- .gitignore
- LICENSE
- NOTICE.txt
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/sachinhosmani/torchvista
Downloads the entire project code from GitHub to your computer.
cd torchvista
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install torchvista
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install torchvista
Installs the package published on PyPI directly โ no need to clone the source.
pip install -e ".[test]"
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
