szagoruyko / pytorchviz

A small package to create visualizations of PyTorch execution graphs
MIT License
3.24k stars 279 forks source link

Compare graphs #36

Open richardrl opened 5 years ago

richardrl commented 5 years ago

How do we compare two graphs and show the difference?

It must be a structural comparison since the nodes have different object IDs

szagoruyko commented 4 years ago

graph isomorphism is NP-hard afaik, but that would be a really cool thing to do yes