willyfh/visualtorch
VisualTorch aims to help visualize Torch-based neural network architectures.
This tool helps machine learning engineers and researchers understand their neural network designs. You provide your PyTorch Sequential or Custom model, and it generates visual diagrams of the network's architecture. This makes it easier to inspect the layers and connections within your deep learning models.
110 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you need a clear visual representation of your PyTorch neural network to debug, explain, or document its structure.
Not ideal if your neural network model is exceptionally complex, as support for intricate architectures may be limited.
Stars
110
Forks
3
Language
Python
License
MIT
Category
Last pushed
Jul 06, 2025
Commits (30d)
0
Dependencies
4
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/willyfh/visualtorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
mert-kurttutan/torchview
torchview: visualize pytorch models
raghakot/keras-vis
Neural network visualization toolkit for keras
janosh/diagrams
Diagrams of concepts in physics/chemistry/ML
dvgodoy/deepreplay
Deep Replay - Generate visualizations as in my "Hyper-parameters in Action!" series!