issues
search
szagoruyko
/
pytorchviz
A small package to create visualizations of PyTorch execution graphs
MIT License
3.24k
stars
279
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Migration to torchviz2
#86
leo-ware
opened
1 month ago
1
python 3.12 compatibility
#85
leo-ware
closed
1 month ago
1
add color themes - drafted
#84
johndpope
opened
8 months ago
2
Depends on distutils, which has been removed from python3.12
#83
vischia
opened
8 months ago
12
Show more custom information of tensor and gradient
#82
GIS-PuppetMaster
opened
9 months ago
1
Use str(v) instead of '%d' % v to stringify sizes
#81
davidberard98
opened
9 months ago
1
My data must be some integer data,how to do
#80
wynneyin
opened
1 year ago
0
add vizualization for recurrent nets
#79
kapoorlab
opened
1 year ago
0
Pytorchviz with detectron2
#78
xvrfcsxul
closed
1 year ago
0
How to plot transformer model? (BERT Model)
#77
indramal
opened
1 year ago
3
Supress a model/nn.module
#76
ahmadmustafaanis
opened
2 years ago
0
AttributeError in make_dot with GNN from dgl.ai
#75
ChristianHeynck
closed
2 years ago
1
Plotting model
#74
dannyhow12
opened
2 years ago
1
PNG Generation
#73
karkir0003
opened
2 years ago
7
torchviz module not found
#72
egmaminta
closed
2 years ago
2
Failing on large digraph
#71
IanQS
closed
2 years ago
3
'NotImplementedError:' when passing multiple input to model()
#70
kiristern
closed
2 years ago
0
Lisibility of saved tensor
#69
Varal7
opened
3 years ago
1
Ignore None node in .saved_tensors (It happens in some DGL models).
#68
lizeyan
opened
3 years ago
0
Page beyond pdf interface
#67
Robotzeroo
closed
3 years ago
0
Update Readme to include make_dot import line
#66
changecreator
closed
2 years ago
1
RecursionError when used on subclass of Tensor
#65
Varal7
closed
3 years ago
5
Graph terminates in small horizontal bar
#64
yinyee
opened
3 years ago
1
Remove edge direction for saved_tensors
#63
Varal7
closed
3 years ago
2
Fix saved_tensors merged into a single graphviz node
#62
Varal7
closed
3 years ago
2
Inconsistent arrow directions for saved variables
#61
Varal7
closed
3 years ago
2
Incorrect graph for saved variable using custom autograd function
#60
Varal7
closed
3 years ago
5
Add variable names to nodes
#59
Gurkenglas
opened
3 years ago
5
No text label displayed on Google Colab (Pytorch 1.8.1)
#58
makaishi2
opened
3 years ago
1
RecursionError: maximum recursion depth exceeded in comparison
#57
xanderdunn
opened
3 years ago
6
TypeError: unhashable type: 'list'
#56
ccl-private
closed
3 years ago
5
bump to 0.0.2!
#55
albanD
closed
3 years ago
1
remove all jit trace related code and examples
#54
albanD
closed
3 years ago
1
Update contributor list
#53
szagoruyko
closed
3 years ago
0
Add open in colab badge
#52
szagoruyko
closed
3 years ago
0
Allow HTML formatting of labels
#51
joseppinilla
opened
3 years ago
0
Update docs
#50
soulitzer
closed
3 years ago
1
Optionally show saved variables and other grad_fn attrs
#49
soulitzer
closed
3 years ago
1
float tensor variable got error
#48
makaishi2
opened
3 years ago
0
LogSoftmaxBackward node seemed to be dupulicated?
#47
makaishi2
closed
3 years ago
1
AttributeError: 'torch._C.Value' object has no attribute 'uniqueName'
#46
xiaohanhaowei
opened
3 years ago
1
i got an empty pdf
#45
Light--
closed
4 years ago
1
graphviz.backend.CalledProcessError: Command '['dot', '-Tpng', '-O', 'torchviz-sample']' returned non-zero exit status 1. [stderr: b'Format: "png" not recognized. Use one of:\r\n']
#44
ShenDC
closed
4 years ago
1
Not every modal has a grad_fn
#43
john012343210
closed
3 years ago
2
Error while doing make_dot_from_trace
#42
Sharath-Ramachandran
opened
4 years ago
0
How to adjust the resolution of the saved dot image?
#41
Jian-danai
opened
4 years ago
2
torchviz images not showing in vs code jupyuter
#40
brando90
closed
3 years ago
1
How does one save the image as a file?
#39
brando90
closed
4 years ago
3
'builtin_function_or_method' object has no attribute 'grad_fn'
#38
Meimeiainaonao
opened
4 years ago
1
updated to latest pytorch version; added "trace_and_dot" wrapper
#37
afqueiruga
opened
4 years ago
2
Next