animator / learn-python

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
https://animator.github.io/learn-python/
Creative Commons Attribution Share Alike 4.0 International
324 stars 213 forks source link

Add content about: Dynamic Computational Graphs in PyTorch #1251

Closed somaiaahmed closed 6 days ago

somaiaahmed commented 6 days ago

PyTorch's dynamic computational graph, also known as Define-by-Run, is one of its most distinguishing and powerful features. In contrast to static computational graphs used by earlier versions of frameworks like TensorFlow 1.x, PyTorch's approach offers several advantages that make it particularly well-suited for research and development.

somaiaahmed commented 6 days ago

@animator plzz assign this issue to me and put appropriate labels