thu-vis/JittorVis
JittorVis - Visual understanding of deep learning models
This tool helps deep learning practitioners understand and debug their Jittor deep neural network models. It takes your Jittor model and visually illustrates its internal dataflow graph, allowing you to see how data moves through different layers. Machine learning engineers and researchers can use this to gain insight into why their models work or fail.
187 stars. No commits in the last 6 months.
Use this if you are developing or debugging deep learning models using the Jittor framework and need a visual way to understand their complex internal structure.
Not ideal if you are working with deep learning frameworks other than Jittor or are looking for a tool to analyze training metrics like loss and accuracy over time.
Stars
187
Forks
8
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/thu-vis/JittorVis"
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!