Dynamic Computation Graphs
Learn about dynamic computation graphs.
Introduction to dynamic computation graph
“Unfortunately, no one can be told what the dynamic computation graph is. You have to see it for yourself."
- Morpheus
How great was The Matrix? Right? Right? But jokes aside, we want you to see the graph for yourself too!
The PyTorchViz package and its make_dot(variable)
method allow us to easily visualize a graph associated with a given Python variable involved in the gradient computation. ...