torchvista
Interactive Pytorch forward pass visualization in notebooks
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/sachinhosmani/torchvista
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd torchvista
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install torchvista
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install torchvista
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -e ".[test]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
