HugoTini/DebugTShow
Visualize PyTorch tensors from VS Code debugger
This tool helps machine learning engineers and researchers quickly inspect PyTorch tensors during a debugging session in VS Code. It takes a selected tensor or expression from your code and visualizes it immediately, allowing you to understand its shape, values, and features without extra coding. This is for anyone building or training deep learning models who needs to visually debug their data flow.
No commits in the last 6 months.
Use this if you are developing PyTorch models in VS Code and need to visually inspect tensors step-by-step during debugging.
Not ideal if you are not using PyTorch, VS Code, or prefer to plot tensors using other tools or methods.
Stars
14
Forks
1
Language
TypeScript
License
GPL-3.0
Category
Last pushed
Nov 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/HugoTini/DebugTShow"
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!