Metadata-Version: 2.4
Name: torchvista
Version: 0.2.6
Summary: Interactive PyTorch model visualizer for notebooks
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/plain
License-File: LICENSE
License-File: NOTICE.txt
Requires-Dist: ipython>=7.0.0
Requires-Dist: numpy>=1.18.0
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Torchvista displays an interactive graph of the forward pass of a PyTorch model directly in the notebook with a single line of code. It offers error-tolerant partial visualization to trace the source of errors like tensor shape mismatches
